build: target Android 16 / API 36
All checks were successful
Android build / build (push) Successful in 19m59s
All checks were successful
Android build / build (push) Successful in 19m59s
This commit is contained in:
@@ -50,8 +50,8 @@ jobs:
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
sdkmanager \
|
sdkmanager \
|
||||||
"platform-tools" \
|
"platform-tools" \
|
||||||
"platforms;android-35" \
|
"platforms;android-36" \
|
||||||
"build-tools;35.0.0"
|
"build-tools;36.0.0"
|
||||||
|
|
||||||
- name: Prepare optional release signing
|
- name: Prepare optional release signing
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
|
|||||||
@@ -21,12 +21,12 @@ val hasReleaseSigning = listOf(
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "solutions.tretter.mindmachine"
|
namespace = "solutions.tretter.mindmachine"
|
||||||
compileSdk = 35
|
compileSdk = 36
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "solutions.tretter.mindmachine"
|
applicationId = "solutions.tretter.mindmachine"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 35
|
targetSdk = 36
|
||||||
versionCode = 18
|
versionCode = 18
|
||||||
versionName = "1.0.13"
|
versionName = "1.0.13"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user