Skip to content

Commit

Permalink
chore: upgrade AGP to 7.0.1
Browse files Browse the repository at this point in the history
Fix java.lang.NoClassDefFoundError error

Refer timber: JakeWharton/timber#436
  • Loading branch information
Bambooin committed Aug 20, 2021
1 parent 92c2627 commit 99a805b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -29,7 +29,7 @@ buildscript {
*/

dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit 99a805b

Please sign in to comment.