build: targetSdk + compileSdk 33 → 34 (Play Store requirement)
Build APK — WhatSMS Gateway / build (push) Failing after 1m2s

This commit is contained in:
2026-04-24 16:36:29 +00:00
parent 98db49ca24
commit f780311b3e
+2 -2
View File
@@ -6,12 +6,12 @@ plugins {
} }
android { android {
compileSdk 33 compileSdk 34
defaultConfig { defaultConfig {
applicationId "pt.whatsms.gateway" applicationId "pt.whatsms.gateway"
minSdk 21 minSdk 21
targetSdk 33 targetSdk 34
versionCode 11 versionCode 11
versionName "3.2.0" versionName "3.2.0"