diff --git a/app/build.gradle b/app/build.gradle index 4956b70..39ed815 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { applicationId "info.chitanka.android" minSdkVersion 15 targetSdkVersion 25 - versionCode 8 - versionName "3.1.1" + versionCode 9 + versionName "4.0" buildConfigField "String", "FLURRY_KEY", "\"${flurryKey}\"" }