Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Project: Bump to 2.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Fung <fython@163.com>
  • Loading branch information
fython committed Nov 23, 2017
1 parent 357cde6 commit 326bfae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ ext {
minSdkVersion = 21
targetSdkVersion = 26
buildToolsVersion = "27.0.0"
versionCode = 16
versionName = '2.1.0 Beta'
versionCode = 17
versionName = '2.1.1'
}

buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
Expand Down

0 comments on commit 326bfae

Please sign in to comment.