Skip to content

Commit 4fdd834

Browse files
committed
CI android: fix gradle build
1 parent 6e7aeb6 commit 4fdd834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ android {
211211
targetCompatibility JavaVersion.VERSION_21
212212
}
213213

214-
compileSdk 34
214+
compileSdkVersion 34
215215
ndkVersion "26.3.11579264"
216216
defaultConfig {
217217
if (buildAsApplication) {

0 commit comments

Comments
 (0)