1. Add some conditions to the GIT filter to remove the build file.

2. Temporary addition of compatibility support for Android 10.
This commit is contained in:
dxl
2019-12-20 18:08:10 +08:00
parent cc8355f714
commit e40d959c72
5694 changed files with 40 additions and 224321 deletions
+1
View File
@@ -1 +1,2 @@
/build
/.cxx/
+1 -5
View File
@@ -21,9 +21,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
testImplementation 'junit:junit:4.13-beta-3'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
}