diff --git a/app/build.gradle b/app/build.gradle index 254a713..9a0e020 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.kanedias.vanilla.coverfetch" minSdkVersion 14 targetSdkVersion 25 - versionCode 4 - versionName "1.1.0" + versionCode 5 + versionName "1.1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }