File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions/setup-java@v2.5.0
19
19
with :
20
20
distribution : " temurin"
21
- java-version : 11
21
+ java-version : 17
22
22
23
23
- name : Cache packages
24
24
id : cache-packages
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
maven { url " https://plugins.gradle.org/m2/" }
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:8.0.0 '
9
+ classpath ' com.android.tools.build:gradle:8.0.2 '
10
10
classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION "
12
12
classpath ' org.codehaus.groovy:groovy-all:2.4.15'
Original file line number Diff line number Diff line change 14
14
# org.gradle.parallel=true
15
15
# Thu Mar 01 15:28:48 IST 2018
16
16
org.gradle.jvmargs =-Xmx1536M
17
+ org.gradle.caching =true
17
18
18
19
KOTLIN_VERSION =1.7.20
19
20
BUTTERKNIFE_VERSION =10.1.0
You can’t perform that action at this time.
0 commit comments