Skip to content

Commit

Permalink
使用AndroidX库
Browse files Browse the repository at this point in the history
  • Loading branch information
aipaw committed Feb 18, 2020
1 parent 741974f commit 79cf692
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
./android/__MACOSX
./android/build
./android/*.iml
./ios/__MACOSX
android/build
ios/*.xcuserdatad
__MACOSX
*.iml
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion project.appMinSdkVersion
targetSdkVersion project.targetSdkVersion

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
includeCompileClasspath = true
Expand Down
Binary file not shown.

This file was deleted.

0 comments on commit 79cf692

Please sign in to comment.