Skip to content

Commit

Permalink
google store targetSdkVersion (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiaoping authored Dec 7, 2020
1 parent ff3cc6e commit 023f049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'com.seafile.seadroid2'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 106
versionName "2.2.31"
versionCode 107
versionName "2.2.32"
multiDexEnabled true
resValue "string", "authorities", applicationId + '.cameraupload.provider'
resValue "string", "account_type", "com.seafile.seadroid2.account.api2"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ ext {
compileSdkVersion = 27
supportLibVersion = '27.1.1' // variable that can be referenced to keep support libs consistent
minSdkVersion = 21
targetSdkVersion = 28
targetSdkVersion = 29
buildToolsVersion = '27.0.3'
}

0 comments on commit 023f049

Please sign in to comment.