From 02407dfe16abada78c1c8ad219afc076d305417a Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Thu, 21 May 2026 12:55:05 +0800 Subject: [PATCH] chore: bump PUBLISH_VERSION to 1.0.1 Start new versioning scheme at 1.0.1 for all SDK modules. Co-Authored-By: Claude Sonnet 4.6 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5d1d788..f58185e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 android.useAndroidX=true kotlin.code.style=official android.nonTransitiveRClass=true -PUBLISH_VERSION=0.4.10 +PUBLISH_VERSION=1.0.1