minSdk to 33 for android (#971)

This commit is contained in:
Logan McNaughton
2026-05-28 13:24:49 +02:00
committed by GitHub
parent bb32a0a8ba
commit 5b0cc0130e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ jobs:
matrix:
include:
- os: ubuntu-24.04
platform: 34
platform: 33
ndk: 27.3.13750724
steps:
- uses: actions/checkout@v6
+1 -1
View File
@@ -28,7 +28,7 @@ android {
defaultConfig {
applicationId = "io.github.gopher64.gopher64"
minSdk = 34
minSdk = 33
targetSdk = 36
versionCode = semverToVersionCode(cargoPackageVersion())
versionName = cargoPackageVersion()