File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7.3.1 '
9
+ classpath ' com.android.tools.build:gradle:7.4.0 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
classpath ' com.google.dagger:hilt-android-gradle-plugin:2.42'
12
12
classpath ' com.squareup.wire:wire-gradle-plugin:4.4.3'
@@ -16,8 +16,8 @@ buildscript {
16
16
}
17
17
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
18
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
21
21
id ' org.jetbrains.kotlin.android' version " $kotlin_version " apply false
22
22
}
23
23
task clean (type : Delete ) {
Original file line number Diff line number Diff line change 1
1
# Fri Jan 06 16:55:50 ICT 2023
2
2
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
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments