Skip to content

Commit

Permalink
release: v2.7.1-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Aug 31, 2019
1 parent 7df6b4f commit 167934f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

# build
KOTLIN_VERSION=1.3.31
ANDROID_BUILD_VERSION=3.4.0
BINTRAY_RELEASE_VERSION=0.9
ANDROID_BUILD_VERSION=3.5.0
BINTRAY_RELEASE_VERSION=0.9.1
android.useAndroidX=true
android.enableJetifier=true
android.enableR8=false
Expand All @@ -29,8 +29,8 @@ android.enableR8=false
COMPILE_SDK_VERSION=28
MIN_SDK_VERSION=16
TARGET_SDK_VERSION=28
VERSION_CODE=2704
VERSION_NAME=2.7.1-beta2
VERSION_CODE=2705
VERSION_NAME=2.7.1-beta3

# Androidx
ANDROIDX_APPCOMPAT=1.1.0-alpha01
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-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 comments on commit 167934f

Please sign in to comment.