Skip to content

Commit 304fc5c

Browse files
committed
Gradle plugin 8.0.0-alpha08
1 parent 270b597 commit 304fc5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ buildscript {
3434
}
3535

3636
dependencies {
37-
classpath 'com.android.tools.build:gradle:8.0.0-alpha06'
37+
classpath 'com.android.tools.build:gradle:8.0.0-alpha08'
3838
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
3939
}
4040
}

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ org.gradle.jvmargs=-Xmx1536m
1717
android.useAndroidX=true
1818
# Automatically convert third-party libraries to use AndroidX
1919
android.enableJetifier=true
20+
android.nonTransitiveRClass=false

0 commit comments

Comments
 (0)