Skip to content

Commit 1e3d40e

Browse files
committed
Gradle: Replace compileSdk with compileSdkVersion
1 parent 79f1893 commit 1e3d40e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ADLMIDI-Player/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def pin_alias = System.env.PIN_ALIAS
77
def db_pass_alias = System.env.DB_PASS_ALIAS
88

99
android {
10-
compileSdk 35
10+
compileSdkVersion 35
1111

1212
// Note: The NDK 23 is SIGNIFICANTLY important, because of the support for non-NEON and older Android versions
1313
// The NDK 24 removes the support for Android 4.1, 4.2, and 4.3.

0 commit comments

Comments
 (0)