diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1b8d477..0a20887 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -49,8 +49,8 @@ android { applicationId = "com.rob729.newsfeed" minSdk = 24 targetSdk = 34 - versionCode = 1 - versionName = "1.0.0" + versionCode = 2 + versionName = "1.1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true