Skip to content

Commit

Permalink
downgrade minimum sdk version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 committed Nov 8, 2017
1 parent c96df5b commit 1167f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Expand Up @@ -110,13 +110,13 @@ jobs:
- deploy:
name: Publish Java Services To Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
if [ "${CIRCLE_BRANCH}" == "pg-downgrade-min-sdk-14" ]; then
make publish-java ;
fi
- deploy:
name: Publish Android Services To Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
if [ "${CIRCLE_BRANCH}" == "pg-downgrade-min-sdk-14" ]; then
make publish-android ;
fi
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion mapbox/dependencies.gradle
Expand Up @@ -3,7 +3,7 @@ ext {
MasVersionCode = 2 * 1000 + 1 * 100 + 0 * 10 + 0
MasVersionName = "2.1.0-SNAPSHOT"

minSdkVersion = 15
minSdkVersion = 14
targetSdkVersion = 25
compileSdkVersion = 25
buildToolsVersion = "25.0.3"
Expand Down

0 comments on commit 1167f88

Please sign in to comment.