支持AndroidX对应版本

This commit is contained in:
jenly1314
2019-06-27 18:09:12 +08:00
parent d85da52e84
commit 61a40d70e7
6 changed files with 18 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ android {
targetSdkVersion build_versions.targetSdk
versionCode app_version.versionCode
versionName app_version.versionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {