Skip to content

Commit

Permalink
release v2.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
qingmei2 committed Nov 22, 2019
1 parent 9dcb63c commit 348c04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project.ext {
compileSdkVersion: 29,
minSdkVersion : 16,
targetSdkVersion : 29,
versionCode : 36,
versionCode : 37,
versionName : "2.5.2"
]

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}
}

def dependRemote = false
def dependRemote = true

dependencies {
implementation rootProject.ext.dependencies["kotlin-android"]
Expand Down

0 comments on commit 348c04e

Please sign in to comment.