Skip to content

Commit 374b4fc

Browse files
committedJan 26, 2023
upgrade AGP
1 parent f0109b8 commit 374b4fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.3.1'
9+
classpath 'com.android.tools.build:gradle:7.4.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.42'
1212
classpath 'com.squareup.wire:wire-gradle-plugin:4.4.3'
@@ -16,8 +16,8 @@ buildscript {
1616
}
1717
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
plugins {
19-
id 'com.android.application' version '7.4.0-rc01' apply false
20-
id 'com.android.library' version '7.4.0-rc01' apply false
19+
id 'com.android.application' version '7.4.0' apply false
20+
id 'com.android.library' version '7.4.0' apply false
2121
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
2222
}
2323
task clean(type: Delete) {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Jan 06 16:55:50 ICT 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-1-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)
Please sign in to comment.