Skip to content

Commit

Permalink
fix: build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
matisiekpl committed May 22, 2024
1 parent d3ebe84 commit 664a115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (keystorePropertiesFile.exists()) {
def vcode = (int) (((new Date().getTime() / 1000) - 1451606400) / 10)

android {
compileSdkVersion 33
compileSdkVersion 34
ndkVersion flutter.ndkVersion

compileOptions {
Expand Down

0 comments on commit 664a115

Please sign in to comment.