Skip to content

Commit

Permalink
- Released: 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
umairadil committed Aug 31, 2023
1 parent 22f5585 commit 60f35a7
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 33
versionCode 36
versionName "1.0.18"
versionCode 37
versionName "1.0.19"
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 @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 33
versionCode 47
versionName "1.0.18"
versionCode 48
versionName "1.0.19"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

}
Expand Down

0 comments on commit 60f35a7

Please sign in to comment.