Android Gradle Plugin 7.0.1

This commit is contained in:
Carter Jernigan 2021-08-24 14:53:28 -04:00
parent 5b294b9a36
commit 73ea4c4db4
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ apply plugin: 'androidx.navigation.safeargs'
android {
ndkVersion "21.1.6352462"
compileSdkVersion 29
buildToolsVersion "29.0.3"
viewBinding.enabled = true
defaultConfig {
applicationId "cash.z.ecc.android.sdk.demoapp"

View File

@ -8,7 +8,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0-alpha04'
classpath 'com.android.tools.build:gradle:7.0.1'
classpath"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files