We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 726d517 + f649d88 commit 7849f68Copy full SHA for 7849f68
omegaviwslibs/build.gradle
@@ -9,7 +9,7 @@ android {
9
10
11
defaultConfig {
12
- minSdkVersion 19
+ minSdkVersion 16
13
targetSdkVersion 28
14
versionCode 1
15
versionName "1.0"
@@ -35,6 +35,6 @@ dependencies {
35
implementation 'androidx.appcompat:appcompat:1.0.2'
36
37
testImplementation 'junit:junit:4.12'
38
- androidTestImplementation 'androidx.test:runner:1.1.1'
39
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
+ androidTestImplementation 'androidx.test:runner:1.2.0'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
40
}
0 commit comments