File tree 28 files changed +38
-42
lines changed
ActivityEmbeddingWithPredictiveBack/gradle/wrapper
EmojiCompat/gradle/wrapper
compose_app/gradle/wrapper
SplashScreen/gradle/wrapper 28 files changed +38
-42
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
steps :
29
29
- uses : actions/checkout@v2
30
30
31
- - name : set up JDK 11
31
+ - name : set up JDK 17
32
32
uses : actions/setup-java@v1
33
33
with :
34
- java-version : 11
34
+ java-version : 17
35
35
36
36
- name : Generate cache key
37
37
run : .github/scripts/checksum.sh checksum.txt
Original file line number Diff line number Diff line change 1
1
# Wed Dec 07 10:07:34 CET 2022
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0-rc-1 -bin.zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
# Mon Apr 05 16:14:35 JST 2021
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
- id ' com.android.application' version ' 7.1.3 ' apply false
4
- id ' com.android.library' version ' 7.1.3 ' apply false
3
+ id ' com.android.application' version ' 7.4.1 ' apply false
4
+ id ' com.android.library' version ' 7.4.1 ' apply false
5
5
id ' org.jetbrains.kotlin.android' version ' 1.6.10' apply false
6
6
}
7
7
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
+ plugins {
4
+ id ' com.android.application' version ' 7.3.1' apply false
5
+ id ' org.jetbrains.kotlin.android' version ' 1.5.31' apply false
6
+ }
7
+
3
8
task clean (type : Delete ) {
4
9
delete rootProject. buildDir
5
- }
10
+ }
Original file line number Diff line number Diff line change 1
1
# Thu Oct 21 19:03:22 CEST 2021
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ pluginManagement {
4
4
google()
5
5
mavenCentral()
6
6
}
7
- plugins {
8
- id ' com.android.application' version ' 7.2.1'
9
- id ' org.jetbrains.kotlin.android' version ' 1.5.31'
10
- }
11
7
}
12
8
dependencyResolutionManagement {
13
9
repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7 .5-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8 .5-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -26,11 +26,6 @@ task clean(type: Delete) {
26
26
}
27
27
28
28
subprojects {
29
- repositories {
30
- google()
31
- mavenCentral()
32
- }
33
-
34
29
apply plugin : ' com.diffplug.spotless'
35
30
spotless {
36
31
kotlin {
@@ -44,4 +39,4 @@ subprojects {
44
39
licenseHeaderFile rootProject. file(' spotless/license.kt' )
45
40
}
46
41
}
47
- }
42
+ }
Original file line number Diff line number Diff line change 1
1
# Mon Mar 14 17:01:13 EDT 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
mavenCentral()
24
24
}
25
25
dependencies {
26
- classpath ' com.android.tools.build:gradle:7.2 .1'
26
+ classpath ' com.android.tools.build:gradle:7.4 .1'
27
27
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
# Thu Jul 29 13:23:26 JST 2021
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
# Wed Jun 01 15:45:45 JST 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
# Fri Jun 17 09:51:01 PDT 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:7.2.2 '
8
+ classpath ' com.android.tools.build:gradle:7.4.1 '
9
9
classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
@@ -15,4 +15,4 @@ buildscript {
15
15
16
16
task clean (type : Delete ) {
17
17
delete rootProject. buildDir
18
- }
18
+ }
Original file line number Diff line number Diff line change 1
1
# Fri Apr 01 12:11:14 IST 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
mavenCentral()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:7.2 .1'
10
+ classpath ' com.android.tools.build:gradle:7.4 .1'
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
1
# Wed Jun 01 15:51:34 JST 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
# Thu Jul 29 11:47:27 JST 2021
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
plugins {
18
- id ' com.android.application' version ' 7.2 .1' apply false
19
- id ' com.android.library' version ' 7.2 .1' apply false
18
+ id ' com.android.application' version ' 7.4 .1' apply false
19
+ id ' com.android.library' version ' 7.4 .1' apply false
20
20
id ' org.jetbrains.kotlin.android' version ' 1.6.21' apply false
21
21
}
22
22
Original file line number Diff line number Diff line change 1
1
# Thu Jun 02 11:03:52 JST 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 16
16
// Top-level build file where you can add configuration options common to all sub-projects/modules.
17
17
18
18
buildscript {
19
- ext. kotlin_version = ' 1.4.21 '
19
+ ext. kotlin_version = ' 1.7.0 '
20
20
repositories {
21
21
google()
22
22
jcenter()
23
23
}
24
24
dependencies {
25
- classpath ' com.android.tools.build:gradle:4.1.2 '
25
+ classpath ' com.android.tools.build:gradle:7. 4.1'
26
26
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
27
27
28
28
// NOTE: Do not place your application dependencies here; they belong
62
62
androidktx = " 1.0.1"
63
63
dexmakerVersion = ' 1.2'
64
64
dexmakerMockitoVersion = ' 1.2'
65
- }
65
+ }
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
}
24
24
25
25
dependencies {
26
- classpath ' com.android.tools.build:gradle:7.2.2 '
26
+ classpath ' com.android.tools.build:gradle:7.4.1 '
27
27
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
24
24
mavenCentral()
25
25
}
26
26
dependencies {
27
- classpath ' com.android.tools.build:gradle:7.1 .1'
27
+ classpath ' com.android.tools.build:gradle:7.4 .1'
28
28
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments