build: target Android 16 / API 36
All checks were successful
Android build / build (push) Successful in 19m59s

This commit is contained in:
Hermes
2026-08-31 12:18:31 -05:00
parent ebd7910b32
commit 8af42dbe48
2 changed files with 4 additions and 4 deletions

View File

@@ -21,12 +21,12 @@ val hasReleaseSigning = listOf(
android {
namespace = "solutions.tretter.mindmachine"
compileSdk = 35
compileSdk = 36
defaultConfig {
applicationId = "solutions.tretter.mindmachine"
minSdk = 26
targetSdk = 35
targetSdk = 36
versionCode = 18
versionName = "1.0.13"