Skip to content

Commit

Permalink
release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qingmei2 committed Jun 9, 2019
1 parent 21d35ef commit e914e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
def kotlin_version = '1.3.31'
def espresso_version = '3.1.0'
def glide_version = '4.8.0'
def glide_version = '4.9.0'

project.ext {

android = [
compileSdkVersion: 28,
minSdkVersion : 16,
targetSdkVersion : 28,
versionCode : 27,
versionName : "2.4.3"
versionCode : 28,
versionName : "2.5.0"
]

constants = [
Expand Down

0 comments on commit e914e6f

Please sign in to comment.