diff --git a/app/build.gradle b/app/build.gradle index a177cc7..02094a9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { compileSdkVersion 29 buildToolsVersion '29.0.2' useLibrary 'org.apache.http.legacy' - versionCode 101 - versionName "1.6.25" + versionCode 102 + versionName "1.6.30" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -42,7 +42,7 @@ android { dimension "version" // applicationIdSuffix ".googlePlay" versionNameSuffix "-googlePlay" - targetSdkVersion 30 + targetSdkVersion 29 } fdroidFlavor