From 2db332c3cd767eb9ba1b27768f522417b8a95bd3 Mon Sep 17 00:00:00 2001 From: rhunk <101876869+rhunk@users.noreply.github.com> Date: Sat, 19 Aug 2023 19:56:04 +0200 Subject: [PATCH] build: bump to 2.0.0 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7fa667cf..e3e9aa75 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,8 +6,8 @@ plugins { alias(libs.plugins.kotlinAndroid) apply false } -rootProject.ext.set("appVersionName", "1.1.0") -rootProject.ext.set("appVersionCode", 7) +rootProject.ext.set("appVersionName", "2.0.0") +rootProject.ext.set("appVersionCode", 10) rootProject.ext.set("applicationId", "me.rhunk.snapenhance") true // Needed to make the Suppress annotation work for the plugins block \ No newline at end of file