Upgraded to Gradle 7 & JDK 16

This commit is contained in:
Anuken 2021-06-14 10:41:19 -04:00
parent b58e64ea16
commit 3ad16ab8aa
12 changed files with 36 additions and 52 deletions

View file

@ -7,9 +7,7 @@ buildscript{
}
dependencies{
//IMPORTANT NOTICE: any version of the plugin after 3.4.1 will break builds
//it appears abstract methods don't get desugared properly (if at all)
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:7.1.0-alpha02'
}
}