Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion templates/google-play/build/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ android.native.buildOutput=verbose
PROP_COMPILE_SDK_VERSION=36

# Android SDK version that will be used as the earliest version of android this application can run on
PROP_MIN_SDK_VERSION=21
# play-services-oss-licenses, introduced on Feb 2, 2026, requires minSdkVersion 24. https://developers.google.com/android/guides/releases
PROP_MIN_SDK_VERSION=24

# Android SDK version that will be used as the latest version of android this application has been tested on
PROP_TARGET_SDK_VERSION=36
Expand Down
Loading