diff --git a/app/build.gradle b/app/build.gradle index 3fbab83c..b8a82bce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "co.appreactor.news" minSdkVersion 21 targetSdkVersion 29 - versionCode 3 - versionName "0.1.2" + versionCode 4 + versionName "0.1.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }