Skip to content

Commit

Permalink
misc: test with different gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Nov 9, 2023
1 parent 2be69f3 commit d8cf2ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:8.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jacoco:org.jacoco.core:$jacocoVersion"
}
Expand Down Expand Up @@ -80,6 +80,7 @@ android {
composeOptions {
kotlinCompilerExtensionVersion '1.2.0-alpha08'
}

packaging {
resources {
excludes += '/META-INF/{AL2.0,LGPL2.1}'
Expand Down

0 comments on commit d8cf2ed

Please sign in to comment.