Auto detect build tools version and ndk version.

This commit is contained in:
dx林
2021-09-08 10:10:00 +08:00
parent c23d020774
commit fe5ec15dad
10 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "com.rfidresearchgroup.rfidtools"
minSdkVersion 21
-1
View File
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
defaultConfig {
minSdkVersion 19
-1
View File
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
defaultConfig {
minSdkVersion 19
-1
View File
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
minSdkVersion 19
-1
View File
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
minSdkVersion 19
-1
View File
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
minSdkVersion 18
-1
View File
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
defaultConfig {
minSdkVersion 19
-1
View File
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
defaultConfig {
minSdkVersion 19
+1 -1
View File
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 29
ndkVersion '21.3.6528147'
// ndkVersion '21.3.6528147'
defaultConfig {
minSdkVersion 21
+1 -1
View File
@@ -4,7 +4,7 @@ plugins {
android {
compileSdkVersion 29
ndkVersion '21.3.6528147'
// ndkVersion '21.3.6528147'
dependencies {
implementation "androidx.annotation:annotation:1.1.0"