Skip to content

Commit

Permalink
Apply D8, update version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed Dec 9, 2018
1 parent e652df0 commit 4423816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
# org.gradle.parallel=true
#Fri Jul 07 00:04:56 CST 2017
org.gradle.jvmargs=-Xmx1536m
android.enableD8=true
#android.enableR8=true
4 changes: 2 additions & 2 deletions xkcd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {
applicationId "xyz.jienan.xkcd"
minSdkVersion 16
targetSdkVersion 28
versionCode 22
versionName "2.2.4"
versionCode 23
versionName "2.3.0"
vectorDrawables.useSupportLibrary = true
resConfigs "zh-rCN"
}
Expand Down

0 comments on commit 4423816

Please sign in to comment.