diff --git a/app/build.gradle b/app/build.gradle index 7adb3a7..142fa9a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "nl.camilstaps.rbn" minSdkVersion 15 targetSdkVersion 25 - versionCode 10 - versionName "1.1.7" + versionCode 11 + versionName "1.1.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }