diff --git a/build.gradle b/build.gradle index 35b9d1716..cb823e878 100644 --- a/build.gradle +++ b/build.gradle @@ -60,8 +60,8 @@ ext { compileSdkVersion = 31 targetSdkVersion = 31 buildToolsVersion = '30.0.2' - versionCode = 59 - versionName = "2.2.5" + versionCode = 60 + versionName = "2.2.6" ndkVersion = "21.4.7075529" javaCompileVersion = JavaVersion.VERSION_1_8 diff --git a/org.envirocar.app/AndroidManifest.xml b/org.envirocar.app/AndroidManifest.xml index 4cbbff677..237fbbcf5 100644 --- a/org.envirocar.app/AndroidManifest.xml +++ b/org.envirocar.app/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="org.envirocar.app" android:installLocation="internalOnly" - android:versionCode="59" - android:versionName="2.2.5" + android:versionCode="60" + android:versionName="2.2.6" >