Skip to content

Commit

Permalink
- Fixed R8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
umair13adil committed Sep 7, 2020
1 parent 74d8e7f commit 39b5381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.blackbox.library.plog"
minSdkVersion 16
targetSdkVersion 29
versionCode 28
versionName "1.0.10"
versionCode 29
versionName "1.0.11"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions plog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
versionCode 39
versionName "1.0.10"
versionCode 40
versionName "1.0.11"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

}
Expand Down

0 comments on commit 39b5381

Please sign in to comment.