Skip to content

Commit

Permalink
Gradle plugin 8.0.0-alpha08
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Nov 27, 2022
1 parent 4c3a61b commit bef0987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.0.0-alpha06'
classpath 'com.android.tools.build:gradle:8.0.0-alpha08'
}
}

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.nonTransitiveRClass=false

0 comments on commit bef0987

Please sign in to comment.