Skip to content

Commit 1b974bc

Browse files
committed
android bump
1 parent 735ca6c commit 1b974bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cocos/platform/android/libcocos2dx/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion PROP_COMPILE_SDK_VERSION.toInteger()
4+
compileSdkVersion 16
55
buildToolsVersion '27.0.1'
66

77
defaultConfig {
@@ -26,5 +26,5 @@ android {
2626
}
2727

2828
dependencies {
29-
implementation fileTree(dir: '../java/libs', include: ['*.jar'])
29+
implementation fileTree(include: ['*.jar'], dir: '../java/libs')
3030
}

0 commit comments

Comments
 (0)