Skip to content

Commit

Permalink
Preparing 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev committed Apr 27, 2020
1 parent a1f16c0 commit cf8e48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project.ext {
buildToolsVersion = '29.0.3'
minSdkVersion = 21 // 5.0
targetSdkVersion = 29 // 10.0
releaseVersion = "1.0.0"
releaseVersionCode = 100
releaseVersion = "1.0.1"
releaseVersionCode = 101

androidXAnnotationVersion = '1.1.0'
}

0 comments on commit cf8e48d

Please sign in to comment.