Skip to content

Commit

Permalink
Bump version code & name for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 2, 2021
1 parent 63e4196 commit 48cc223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
ext.versions = [
minSdk : 24,
compileSdk : 30,
versionCode : 1,
versionName : '1.0.0',
versionCode : 2,
versionName : '1.0.1',

// gradle plugins
gradleBuildTool : '4.1.3',
Expand Down

0 comments on commit 48cc223

Please sign in to comment.