diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2e147bc..d80ba5a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -51,8 +51,8 @@ android { applicationId = "com.rob729.newsfeed" minSdk = 24 targetSdk = 34 - versionCode = 4 - versionName = "1.2.0" + versionCode = 5 + versionName = "1.2.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true