File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
5757ext {
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
Original file line number Diff line number Diff line change 1- # Wed Jun 17 23:32:11 IST 2020
1+ # Wed Aug 23 10:08:02 CEST 2023
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
45zipStoreBase =GRADLE_USER_HOME
56zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments