Update NDK and AGP

This commit is contained in:
Cameron Gutman 2021-12-14 21:48:44 -06:00
parent da45cba2ff
commit ec222413dd
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
ndkVersion "23.0.7599858" ndkVersion "23.1.7779620"
compileSdkVersion 31 compileSdkVersion 31

View File

@ -5,7 +5,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.0.0' classpath 'com.android.tools.build:gradle:7.0.4'
} }
} }