diff --git a/cmbuild b/cmbuild index 11f6d882..7ad0b99d 160000 --- a/cmbuild +++ b/cmbuild @@ -1 +1 @@ -Subproject commit 11f6d882a14bfca6ec4b9e983acf73ea7221869c +Subproject commit 7ad0b99d501332fb91761ffb25ab05729bec6901 diff --git a/cmutils/cmutils-tools/src/main/resources/templates/build.gradle b/cmutils/cmutils-tools/src/main/resources/templates/build.gradle index fc36d593..769c195d 100644 --- a/cmutils/cmutils-tools/src/main/resources/templates/build.gradle +++ b/cmutils/cmutils-tools/src/main/resources/templates/build.gradle @@ -50,12 +50,12 @@ file("local.properties").withInputStream { } android { - compileSdkVersion 29 + compileSdkVersion 30 defaultConfig { applicationId appId minSdkVersion 16 - targetSdkVersion 29 + targetSdkVersion 30 multiDexEnabled true } compileOptions {