Skip to content

Commit

Permalink
Increase target SDK, gradle build tools and release version
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaDro committed Aug 23, 2023
1 parent 47c960c commit 7dc918c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:7.4.2'
}

}
Expand Down Expand Up @@ -57,11 +57,11 @@ allprojects {
ext {
androidPlugin = 'com.android.tools.build:gradle:3.1.2'
minSdkVersion = 24
compileSdkVersion = 31
targetSdkVersion = 31
compileSdkVersion = 33
targetSdkVersion = 33
buildToolsVersion = '30.0.2'
versionCode = 63
versionName = "2.2.9"
versionCode = 64
versionName = "2.2.10"
ndkVersion = "21.4.7075529"

javaCompileVersion = JavaVersion.VERSION_1_8
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jun 17 23:32:11 IST 2020
#Wed Aug 23 10:08:02 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
4 changes: 2 additions & 2 deletions org.envirocar.app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.envirocar.app"
android:installLocation="internalOnly"
android:versionCode="63"
android:versionName="2.2.9"
android:versionCode="64"
android:versionName="2.2.10"
>

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

0 comments on commit 7dc918c

Please sign in to comment.