update various settings for Android and Gradle

This commit is contained in:
Brenton Bostick
2022-12-11 08:35:12 -05:00
parent 4531b38bc0
commit f65686869a
3 changed files with 24 additions and 10 deletions

View File

@@ -4,10 +4,10 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.3.1'
// NOTE: Do not place your application dependencies here; they belong
@@ -18,7 +18,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}