Upgraded gradle plugin and updated to target APK30 for Google Play Store

This commit is contained in:
Graham Jones
2022-02-27 22:07:45 +00:00
parent 568bd98f27
commit 46eafc4861
10 changed files with 4 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:7.1.0'
}
}
allprojects {