Skip to content

Commit 7dc918c

Browse files
committed
Increase target SDK, gradle build tools and release version
1 parent 47c960c commit 7dc918c

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:7.0.3'
12+
classpath 'com.android.tools.build:gradle:7.4.2'
1313
}
1414

1515
}
@@ -57,11 +57,11 @@ allprojects {
5757
ext {
5858
androidPlugin = 'com.android.tools.build:gradle:3.1.2'
5959
minSdkVersion = 24
60-
compileSdkVersion = 31
61-
targetSdkVersion = 31
60+
compileSdkVersion = 33
61+
targetSdkVersion = 33
6262
buildToolsVersion = '30.0.2'
63-
versionCode = 63
64-
versionName = "2.2.9"
63+
versionCode = 64
64+
versionName = "2.2.10"
6565
ndkVersion = "21.4.7075529"
6666

6767
javaCompileVersion = JavaVersion.VERSION_1_8
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jun 17 23:32:11 IST 2020
1+
#Wed Aug 23 10:08:02 CEST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip

org.envirocar.app/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
package="org.envirocar.app"
55
android:installLocation="internalOnly"
6-
android:versionCode="63"
7-
android:versionName="2.2.9"
6+
android:versionCode="64"
7+
android:versionName="2.2.10"
88
>
99

1010
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)