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

This commit is contained in:
Hermes
2026-08-31 12:18:29 -05:00
parent 0b719dcc36
commit ee21751e03
3 changed files with 13 additions and 13 deletions

View File

@@ -19,13 +19,13 @@ plugins {
android {
namespace = "solutions.tretter.githugandroid"
compileSdk = 35
compileSdk = 36
ndkVersion = "27.2.12479018"
defaultConfig {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
targetSdk = 36
versionCode = 184
versionName = "0.1.183"