Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAzaz committed Dec 16, 2019
1 parent 560c29c commit cb2d6e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ android:
- extra-android-m2repository

before_install:
- yes | sdkmanager "platforms;android-29"
- yes | sdkmanager "build-tools;29.0.2"
- chmod +x gradlew

script:
- ./gradlew clean assembleDebug assembleRelease testDebug


- ./gradlew clean assembleDebug assembleRelease testDebug
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ apply plugin: 'kotlin-kapt'

android {
compileSdkVersion 29
buildToolsVersion '29.0.2'

defaultConfig {
applicationId "com.edittextpicker.aliazaz.edittextpicker"
minSdkVersion 15
Expand Down

0 comments on commit cb2d6e0

Please sign in to comment.