diff --git a/app/build.gradle b/app/build.gradle index 028991b..92a12d4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { applicationId "info.chitanka.android" minSdkVersion 15 targetSdkVersion 25 - versionCode 4 - versionName "2.1.2" + versionCode 5 + versionName "3.0" buildConfigField "String", "FLURRY_KEY", "\"${flurryKey}\"" }