aboutsummaryrefslogtreecommitdiff
path: root/third_party/sl4a/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/sl4a/build.gradle')
-rw-r--r--third_party/sl4a/build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/third_party/sl4a/build.gradle b/third_party/sl4a/build.gradle
index d5d4518..ce65002 100644
--- a/third_party/sl4a/build.gradle
+++ b/third_party/sl4a/build.gradle
@@ -20,12 +20,11 @@ apply plugin: 'com.jfrog.bintray'
android {
- compileSdkVersion 26
+ compileSdkVersion 28
defaultConfig {
minSdkVersion 15
targetSdkVersion 22
- // testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode VERSION_CODE.toInteger()
versionName VERSION_NAME
@@ -62,7 +61,7 @@ dependencies {
// implementation fileTree(include: ['*.jar'], dir: 'libs')
// implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'junit:junit:4.12'
- implementation 'com.android.support.test:runner:1.0.2'
+ implementation 'androidx.test:runner:1.1.1'
}
googleJavaFormat {