feat: allow appcompat version to be configurable (#1208)

This commit is contained in:
エリス
2021-04-19 07:30:06 +09:00
committed by GitHub
parent 19bbf1e8c1
commit 8d407708d4
4 changed files with 23 additions and 2 deletions
+1
View File
@@ -40,6 +40,7 @@ allprojects {
defaultMinSdkVersion=22 //Integer - Minimum requirement is Android 5.1
defaultTargetSdkVersion=30 //Integer - We ALWAYS target the latest by default
defaultCompileSdkVersion=30 //Integer - We ALWAYS compile with the latest by default
defaultAndroidXAppCompatVersion="1.2.0" //String - We ALWAYS compile with the latest stable by default
}
}