Skip to content

Commit

Permalink
version bumpup
Browse files Browse the repository at this point in the history
  • Loading branch information
nowfalsalahudeen committed Jan 25, 2019
1 parent cfa77a9 commit ae262b8
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 @@ -10,8 +10,8 @@ android {
applicationId "com.nowfal.kdroid"
minSdkVersion 14
targetSdkVersion 28
versionCode 3
versionName "0.0.3"
versionCode 5
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions kdroidext/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 3
versionName "0.0.3"
versionCode 5
versionName "1.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit ae262b8

Please sign in to comment.