From aca4efa6ecfb3154270a4bfcca6b6838b33dfe60 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Mon, 19 Sep 2022 11:18:44 -0400 Subject: [PATCH] Mark 1.2.0 release. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f850f1da5..19422c911 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ POM_SCM_CONNECTION=scm:git:git://github.com/ThePalaceProject/android-core POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/ThePalaceProject/android-core POM_SCM_URL=http://github.com/ThePalaceProject/android-core POM_URL=http://github.com/ThePalaceProject/android-core -VERSION_NAME=1.3.0-SNAPSHOT +VERSION_NAME=1.2.0 VERSION_CODE_BASE=70000 android.useAndroidX=true