Skip to content

Commit

Permalink
Merge pull request #7 from Madrapps/version_upgrade
Browse files Browse the repository at this point in the history
Updating version
  • Loading branch information
thsaravana committed May 23, 2019
2 parents 0217499 + ebc6aa6 commit c84a34b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -19,10 +19,12 @@ env:
# install timeout in minutes (2 minutes by default)
- ADB_INSTALL_TIMEOUT=8

licenses:
- 'android-sdk-license-.+'

before_install:
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager "platforms;android-28"

before_script:
- android list target
Expand Down
2 changes: 1 addition & 1 deletion eyedropper/build.gradle
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: "com.jfrog.bintray"


def projectVersion = "1.1.2"
def projectVersion = "1.1.3"
def projectGroupId = "com.github.madrapps"
def siteUrl = 'https://github.com/Madrapps/EyeDropper'
def gitUrl = 'https://github.com/Madrapps/EyeDropper.git'
Expand Down

0 comments on commit c84a34b

Please sign in to comment.