Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upgrade ANDROID_BUILD_TOOLS_VERSION on container
  • Loading branch information
aldajo92 committed Mar 28, 2021
commit 642fbe90eff800d8d1e15a42d0ee1cf1b99283b2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
global:
- ANDROID_API_LEVEL=30
- EMULATOR_API_LEVEL=30
- ANDROID_BUILD_TOOLS_VERSION=30.0.0
- ANDROID_BUILD_TOOLS_VERSION=29.0.2
- ANDROID_ABI=armeabi-v7a
- ANDROID_TAG=google_apis
- ANDROID_TARGET=android-$ANDROID_API_LEVEL
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jacoco:org.jacoco.core:0.8.4"

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

ext {
//Android
androidBuildToolsVersion = "30.0.0"
androidBuildToolsVersion = "29.0.2"
androidMinSdkVersion = 21
androidTargetSdkVersion = 30
androidCompileSdkVersion = 30
Expand Down