Skip to content

Commit 9867143

Browse files
vanshikaaroramaskaravivek
authored andcommitted
Project build successful (commons-app#2412)
* Fixed issue commons-app#2285 * modified gradle.properties * updation in build.gradle * updated travis.yml
1 parent bd9e629 commit 9867143

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ android:
1515
components:
1616
- tools
1717
- platform-tools
18-
- build-tools-27.0.3
18+
- build-tools-28.0.3
1919
- extra-google-m2repository
2020
- extra-android-m2repository
2121
- android-22
22-
- android-27
22+
- android-28
2323
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
2424
licenses:
2525
- android-sdk-license-.+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#Thu Mar 01 15:28:48 IST 2018
1616
org.gradle.jvmargs=-Xmx1536M
1717
android.enableBuildCache=true
18-
compileSdkVersion=android-27
19-
buildToolsVersion=27.0.3
18+
compileSdkVersion=android-28
19+
buildToolsVersion=28.0.3
2020

2121
SUPPORT_LIB_VERSION=27.1.1
2222
KOTLIN_VERSION=1.2.60

0 commit comments

Comments
 (0)