Skip to content

Commit 5e89fcd

Browse files
committed
Upgrade build gradle
1 parent ba8ab30 commit 5e89fcd

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

SydneySuburbs/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ android {
1111
defaultConfig {
1212
minSdk 21
1313
targetSdk 32
14-
versionCode 1
15-
versionName "1.0"
1614

1715
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1816
consumerProguardFiles "consumer-rules.pro"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath "com.android.tools.build:gradle:7.0.4"
11+
classpath 'com.android.tools.build:gradle:7.1.2'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
1313

1414
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Jan 06 00:18:14 AEDT 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)