Skip to content

Commit

Permalink
mod: 尝试compileSdkVersion由33升至34
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed May 25, 2024
1 parent bc76818 commit 07f5c97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ def _keyAlias = System.getenv("KEY_ALIAS") ?: keystoreProperties["keyAlias"]
def _keyPassword = System.getenv("KEY_PASSWORD") ?: keystoreProperties["keyPassword"]

android {
compileSdkVersion flutter.compileSdkVersion
compileSdkVersion 34

namespace 'com.orz12.PiliPalaX'
ndkVersion flutter.ndkVersion

compileOptions {
Expand Down

0 comments on commit 07f5c97

Please sign in to comment.