Skip to content

Commit 3a69f6f

Browse files
committed
Update gradle to 7.4.2
1 parent 249c085 commit 3a69f6f

5 files changed

Lines changed: 158 additions & 109 deletions

File tree

gradle/wrapper/gradle-wrapper.jar

333 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 153 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samplejava/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
}
44

55
android {
6-
compileSdk 31
6+
compileSdk 32
77

88
defaultConfig {
99
applicationId "com.example.chattutorial"
1010
minSdk 21
11-
targetSdk 31
11+
targetSdk 32
1212
versionCode 1
1313
versionName "1.0"
1414

samplekotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 31
7+
compileSdk 32
88

99
defaultConfig {
1010
applicationId "com.example.chattutorial"
1111
minSdk 21
12-
targetSdk 31
12+
targetSdk 32
1313
versionCode 1
1414
versionName "1.0"
1515
}

0 commit comments

Comments
 (0)