Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

Commit

Permalink
1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Feb 9, 2017
1 parent 6488de7 commit a02fe88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.hippo.ehviewer"
minSdkVersion 14
targetSdkVersion 25
versionCode 72
versionName "1.0.19"
versionCode 73
versionName "1.0.20"
vectorDrawables.useSupportLibrary = true
resConfigs "zh", "zh-rCN", "zh-rHK", "zh-rTW"
}
Expand Down Expand Up @@ -41,7 +41,6 @@ task copyNotice(type: Copy) {
finalizedBy ":daogenerator:executeDaoGenerator"
}

// TODO What is jack task?
tasks.withType(DefaultAndroidTask) {
task -> task.dependsOn copyNotice
}
Expand Down

0 comments on commit a02fe88

Please sign in to comment.