Skip to content

Commit

Permalink
Merge pull request #7 from alvayonara/dev
Browse files Browse the repository at this point in the history
! change semantic versioning
  • Loading branch information
alvayonara authored Feb 20, 2022
2 parents f272e77 + d93c675 commit 15b8572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdk 23
targetSdk 31
versionCode 1
versionName "1.0"
versionName "1.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdk 23
targetSdk 31
versionCode 1
versionName "1.0"
versionName "1.0.0"

buildConfigField "String", "BASE_URL", baseURLProperties['BASE_URL']

Expand Down

0 comments on commit 15b8572

Please sign in to comment.