diff --git a/app/build.gradle b/app/build.gradle index 6890177e8..6ec986d02 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -212,10 +212,9 @@ android { defaultConfig { //applicationId 'fr.free.nrw.commons' - versionCode 1046 - versionName '5.1.3' + versionCode 1048 + versionName '5.2.0' setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) - minSdkVersion 21 targetSdkVersion 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"