Skip to content

Commit

Permalink
Downgrade to API level 25
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Jul 8, 2017
1 parent 5713993 commit b3498df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/maoni-src
docker:
- image: circleci/android:api-26-alpha
- image: circleci/android:api-25-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android:
- platform-tools
- tools
- build-tools-25.0.3
- android-26
- android-25
- extra-android-support
- extra-google-google_play_services
- extra-android-m2repository
Expand Down
4 changes: 2 additions & 2 deletions maoni-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def slackIconUrl = localProperties.getProperty('slack.icon.url', "")
def slackEmojiIcon = localProperties.getProperty('slack.emoji.icon', "")

android {
compileSdkVersion 26
compileSdkVersion 25
buildToolsVersion "25.0.3"

playAccountConfigs {
Expand Down Expand Up @@ -103,7 +103,7 @@ android {
defaultConfig {
applicationId "org.rm3l.maoni.sample"
minSdkVersion 15
targetSdkVersion 26
targetSdkVersion 25
versionCode 400
versionName "4.0.0"

Expand Down

0 comments on commit b3498df

Please sign in to comment.