Upgraded to target SDK Level 31 for Google Play Store

This commit is contained in:
Graham Jones
2023-05-31 17:21:29 +01:00
parent 6e555a28df
commit babfe74043
5 changed files with 12 additions and 8 deletions

View File

@@ -9,8 +9,8 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.0'
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.google.gms:google-services:4.3.15'
}
}
allprojects {