diff --git a/build.gradle b/build.gradle index 139b96c24..d2043fdb1 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ ext { compileSdkVersion = 31 targetSdkVersion = 31 buildToolsVersion = '30.0.2' - versionCode = 51 + versionCode = 52 versionName = "2.1.0" ndkVersion = "21.4.7075529" diff --git a/org.envirocar.app/AndroidManifest.xml b/org.envirocar.app/AndroidManifest.xml index a67fbfcf6..07dcbeeaa 100644 --- a/org.envirocar.app/AndroidManifest.xml +++ b/org.envirocar.app/AndroidManifest.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" package="org.envirocar.app" android:installLocation="internalOnly" - android:versionCode="51" + android:versionCode="52" android:versionName="2.1.0" >