Skip to content

Commit

Permalink
version code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhramanan committed Jan 23, 2020
1 parent b2ab837 commit 62c06a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions madman-okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 29
versionName "1.0.0"
versionCode 1
versionName "1.0.1"
versionCode 2

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down
4 changes: 2 additions & 2 deletions madman/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 29
versionName "1.0.0"
versionCode 1
versionName "1.0.1"
versionCode 2

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit 62c06a5

Please sign in to comment.