diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 51d8dfb..60a8d61 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "org.soulstone.vigil" minSdk = 26 targetSdk = 35 - versionCode = 5 - versionName = "0.1.4" + versionCode = 6 + versionName = "0.1.5" } // Fixed debug keystore committed to the repo (a debug key is non-secret — its diff --git a/app/src/main/kotlin/org/soulstone/vigil/ring/TrackerRinger.kt b/app/src/main/kotlin/org/soulstone/vigil/ring/TrackerRinger.kt index cc1395b..65d483e 100644 --- a/app/src/main/kotlin/org/soulstone/vigil/ring/TrackerRinger.kt +++ b/app/src/main/kotlin/org/soulstone/vigil/ring/TrackerRinger.kt @@ -148,7 +148,8 @@ object TrackerRinger { done("Ringing… listen for the AirTag.", g) } else { done( - if (status == BluetoothGatt.GATT_SUCCESS) "Ringing… listen for the tracker." + if (status == BluetoothGatt.GATT_SUCCESS) + "Ring command sent. A tag only chirps when it's separated from its owner — your own tag that's with you won't." else "The tracker refused the ring command.", g ) }