From a94d268b41a079c3afcea0884087e08693d20af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Pro=C3=9F?= Date: Fri, 24 Feb 2023 08:32:15 +0100 Subject: [PATCH] Version 60/2.2.6 --- build.gradle | 4 ++-- org.envirocar.app/AndroidManifest.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" >