bump targetSdk (#526)

This commit is contained in:
callebtc
2025-12-14 21:55:41 +07:00
committed by GitHub
parent 2a11d52d3c
commit 743bbd0b1c
2 changed files with 1 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ agp = "8.10.1"
kotlin = "2.2.0"
compileSdk = "35"
minSdk = "26" # API 26 for proper BLE support
targetSdk = "34"
targetSdk = "35"
# AndroidX Core
core-ktx = "1.16.0"