diff --git a/app/build.gradle b/app/build.gradle index be434ed75..ef09c01e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/build.gradle b/build.gradle index 27299926e..30bbdc75e 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }