Skip to content

Commit

Permalink
Preparing 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev committed May 8, 2020
1 parent d2016a9 commit b98c70f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1"
releaseVersionCode = 101
releaseVersion = "1.0.2"
releaseVersionCode = 102

androidXAnnotationVersion = '1.1.0'
androidXAppcompatVersion = '1.1.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-all.zip

0 comments on commit b98c70f

Please sign in to comment.