Skip to content

Commit

Permalink
v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iMeiji committed Jul 8, 2017
1 parent 83a5d2a commit 07a4487
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ apply plugin: 'com.android.application'

ext {
SUPPORT_LIBRARY_VERSION = '25.3.1'
BUILD_TOOLS = "25.0.0"
BUILD_TOOLS = "26.0.0"
}

def releaseTime() {
return new Date().format("yyyy-MM-dd", TimeZone.getTimeZone("UTC"))
}

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
compileSdkVersion 26
buildToolsVersion "26.0.0"
defaultConfig {
applicationId "com.meiji.toutiao"
minSdkVersion 16
targetSdkVersion 25
versionCode 6
versionName "1.2.7.1"
targetSdkVersion 26
versionCode 7
versionName "1.2.8"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 07a4487

Please sign in to comment.