File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
packages/shared_preferences
shared_preferences_android/example/android
shared_preferences/example/android Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.3.50 '
2
+ ext. kotlin_version = ' 1.6.21 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7.0.1 '
9
+ classpath ' com.android.tools.build:gradle:7.4.2 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
@@ -26,6 +26,6 @@ subprojects {
26
26
project. evaluationDependsOn(' :app' )
27
27
}
28
28
29
- task clean ( type : Delete ) {
29
+ tasks . register( " clean " , Delete ) {
30
30
delete rootProject. buildDir
31
31
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.1 -all.zip
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.3.50 '
2
+ ext. kotlin_version = ' 1.6.21 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7.0.1 '
9
+ classpath ' com.android.tools.build:gradle:7.4.2 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
@@ -26,7 +26,7 @@ subprojects {
26
26
project. evaluationDependsOn(' :app' )
27
27
}
28
28
29
- task clean ( type : Delete ) {
29
+ tasks . register( " clean " , Delete ) {
30
30
delete rootProject. buildDir
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.1 -all.zip
You can’t perform that action at this time.
0 commit comments