diff --git a/app/build.gradle b/app/build.gradle index 86e21b7c..db9b10b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.stathis.elmepaunivapp" minSdkVersion 21 targetSdkVersion 29 - versionCode 5 - versionName "5.0" + versionCode 6 + versionName "6.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }