Skip to content

Commit 7849f68

Browse files
authored
Merge pull request #4 from Omega-R/feature/min_sdk_version
MinSdkVersion downgraded to 16
2 parents 726d517 + f649d88 commit 7849f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

omegaviwslibs/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99

1010

1111
defaultConfig {
12-
minSdkVersion 19
12+
minSdkVersion 16
1313
targetSdkVersion 28
1414
versionCode 1
1515
versionName "1.0"
@@ -35,6 +35,6 @@ dependencies {
3535
implementation 'androidx.appcompat:appcompat:1.0.2'
3636

3737
testImplementation 'junit:junit:4.12'
38-
androidTestImplementation 'androidx.test:runner:1.1.1'
39-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
38+
androidTestImplementation 'androidx.test:runner:1.2.0'
39+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
4040
}

0 commit comments

Comments
 (0)