Skip to content

Commit

Permalink
Make gradle utils file as shared [ci build]
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jun 1, 2021
1 parent ca98f43 commit 29015e1
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 859 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.nio.file.Paths
import java.nio.file.Files

apply plugin: 'com.android.application'
apply from: 'adxetools.gradle'
apply from: project(':libcocos2dx').projectDir.toString() + "/adxetools.gradle"

android {
compileSdkVersion PROP_COMPILE_SDK_VERSION.toInteger()
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.nio.file.Paths
import java.nio.file.Files

apply plugin: 'com.android.application'
apply from: 'adxetools.gradle'
apply from: project(':libcocos2dx').projectDir.toString() + "/adxetools.gradle"

android {
compileSdkVersion PROP_COMPILE_SDK_VERSION.toInteger()
Expand Down
142 changes: 0 additions & 142 deletions tests/cpp-empty-test/proj.android/app/adxetools.gradle

This file was deleted.

2 changes: 1 addition & 1 deletion tests/cpp-empty-test/proj.android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.nio.file.Paths
import java.nio.file.Files

apply plugin: 'com.android.application'
apply from: 'adxetools.gradle'
apply from: project(':libcocos2dx').projectDir.toString() + "/adxetools.gradle"

android {
compileSdkVersion PROP_COMPILE_SDK_VERSION.toInteger()
Expand Down
Loading

0 comments on commit 29015e1

Please sign in to comment.