From c8a1e251cdcb3b441cc39553e57031961ea63e62 Mon Sep 17 00:00:00 2001 From: conan Date: Mon, 3 Aug 2026 10:01:34 -0400 Subject: [PATCH 1/2] fix: bump example tool versions --- examples/authenticator/lighttool.toml | 4 ++-- examples/weather/lighttool.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/authenticator/lighttool.toml b/examples/authenticator/lighttool.toml index a6a8d0c5..b7a4c22c 100644 --- a/examples/authenticator/lighttool.toml +++ b/examples/authenticator/lighttool.toml @@ -1,8 +1,8 @@ [tool] id = "com.thelightphone.authenticator" label = "Authenticator" -versionCode = 2 -versionName = "2.0.0" +versionCode = 3 +versionName = "3.0.0" permissions = ["android.permission.CAMERA"] # change if you run this on the emulator! # serverPackage = "com.thelightphone.sdk.emulator" diff --git a/examples/weather/lighttool.toml b/examples/weather/lighttool.toml index fd363f7c..1d158272 100644 --- a/examples/weather/lighttool.toml +++ b/examples/weather/lighttool.toml @@ -1,8 +1,8 @@ [tool] id = "com.thelightphone.weather" label = "Weather" -versionCode = 3 -versionName = "3.0.0" +versionCode = 4 +versionName = "4.0.0" permissions = ["android.permission.INTERNET"] # change if you run this on the emulator! # serverPackage = "com.thelightphone.sdk.emulator" From 199b42c3940676e2faac8db50d782d5613322550 Mon Sep 17 00:00:00 2001 From: conan Date: Mon, 3 Aug 2026 10:18:12 -0400 Subject: [PATCH 2/2] fix: bump sdk version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4f1eb30f..09dc2390 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx4g sdkGroup=com.thelightphone -sdkVersion=0.0.13 +sdkVersion=0.1.0