Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed Oct 9, 2018
1 parent 3a91d7d commit d2e2671
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ cache:
- "$HOME/.android/build-cache"
android:
components:
- build-tools-27.0.3
- android-27
- build-tools-28.0.3
- android-28
before_install:
- openssl aes-256-cbc -K $encrypted_89744ce7a44a_key -iv $encrypted_89744ce7a44a_iv -in secrets.tar.enc -out secrets.tar -d
- tar xvf secrets.tar
Expand Down
10 changes: 5 additions & 5 deletions xkcd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ apply plugin: 'io.fabric'
apply plugin: 'io.objectbox'

android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
compileSdkVersion 28
buildToolsVersion '28.0.3'

defaultConfig {
applicationId "xyz.jienan.xkcd"
minSdkVersion 16
targetSdkVersion 27
versionCode 14
versionName "2.1.1"
targetSdkVersion 28
versionCode 15
versionName "2.1.2"
vectorDrawables.useSupportLibrary = true
}
signingConfigs {
Expand Down

0 comments on commit d2e2671

Please sign in to comment.