Skip to content

Commit 41eb549

Browse files
committed
update build dependencies
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
1 parent dd0aa7b commit 41eb549

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android:
1010
# - platform-tools
1111

1212
# The BuildTools version used by your project
13-
- build-tools-28.0.2
13+
- build-tools-28.0.3
1414

1515
# The SDK version used to compile your project
1616
- android-27

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 27
5-
buildToolsVersion '28.0.2'
5+
buildToolsVersion '28.0.3'
66
defaultConfig {
77
applicationId "vocabletrainer.heinecke.aron.vocabletrainer"
88
minSdkVersion 19

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.2.0'
9+
classpath 'com.android.tools.build:gradle:3.2.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

0 commit comments

Comments
 (0)