Skip to content

Commit 1911b8b

Browse files
upgrade AGP to 8.0.2, enable gradle build cache and change java version to 17 in github workflow
1 parent c4d4cbe commit 1911b8b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-java@v2.5.0
1919
with:
2020
distribution: "temurin"
21-
java-version: 11
21+
java-version: 17
2222

2323
- name: Cache packages
2424
id: cache-packages

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
maven { url "https://plugins.gradle.org/m2/" }
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.0.0'
9+
classpath 'com.android.tools.build:gradle:8.0.2'
1010
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
1212
classpath 'org.codehaus.groovy:groovy-all:2.4.15'

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# org.gradle.parallel=true
1515
#Thu Mar 01 15:28:48 IST 2018
1616
org.gradle.jvmargs=-Xmx1536M
17+
org.gradle.caching=true
1718

1819
KOTLIN_VERSION=1.7.20
1920
BUTTERKNIFE_VERSION=10.1.0

0 commit comments

Comments
 (0)