Skip to content

Commit

Permalink
- Set minSDKVersion to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
umair13adil committed Nov 23, 2022
1 parent e17c88a commit 2819961
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ android {
compileSdkVersion 33
defaultConfig {
applicationId "com.blackbox.library.plog"
minSdkVersion 21
minSdkVersion 16
targetSdkVersion 33
versionCode 35
versionName "1.0.17"
versionCode 36
versionName "1.0.18"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions plog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ group = 'com.github.umair13adil'
android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 21
minSdkVersion 16
targetSdkVersion 33
versionCode 46
versionName "1.0.17"
versionCode 47
versionName "1.0.18"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

}
Expand Down

0 comments on commit 2819961

Please sign in to comment.