diff --git a/.travis.yml b/.travis.yml index 651fa89..fe6386d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ android: - tools - platform-tools - tools - - build-tools-28.0.2 + - build-tools-28.0.3 - android-28 - extra-google-m2repository - extra-android-m2repository diff --git a/app/build.gradle b/app/build.gradle index 692a031..6cc203b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.kanedias.vanilla.coverfetch" minSdkVersion 14 targetSdkVersion 28 - versionCode 8 - versionName "1.4.0" + versionCode 9 + versionName "1.4.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }