diff --git a/app/build.gradle b/app/build.gradle index caeb520..09be2bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "nl.jpelgrm.movienotifier" minSdkVersion 21 targetSdkVersion 29 - versionCode 13 - versionName "2.2" + versionCode 14 + versionName "3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "SERVER_BASE_URL", SERVER_BASE_URL