Skip to content

Commit

Permalink
Project build successful (commons-app#2412)
Browse files Browse the repository at this point in the history
* Fixed issue commons-app#2285

* modified gradle.properties

* updation in build.gradle

* updated travis.yml
  • Loading branch information
vanshikaarora authored and maskaravivek committed Feb 5, 2019
1 parent bd9e629 commit 9867143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ android:
components:
- tools
- platform-tools
- build-tools-27.0.3
- build-tools-28.0.3
- extra-google-m2repository
- extra-android-m2repository
- android-22
- android-27
- android-28
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
licenses:
- android-sdk-license-.+
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#Thu Mar 01 15:28:48 IST 2018
org.gradle.jvmargs=-Xmx1536M
android.enableBuildCache=true
compileSdkVersion=android-27
buildToolsVersion=27.0.3
compileSdkVersion=android-28
buildToolsVersion=28.0.3

SUPPORT_LIB_VERSION=27.1.1
KOTLIN_VERSION=1.2.60
Expand Down

0 comments on commit 9867143

Please sign in to comment.