Skip to content

Commit

Permalink
uses plugin dsl
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 16, 2020
1 parent 116173b commit ba37edd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath fileTree(dir: 'gradle-xmake-plugin/build/libs', include: ['*.jar'])
//classpath fileTree(dir: 'gradle-xmake-plugin/build/libs', include: ['*.jar'])

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

/*
plugins {
id 'org.tboox.gradle-xmake-plugin' version '1.0.5'
}*/

allprojects {
repositories {
google()
Expand Down
6 changes: 5 additions & 1 deletion nativelib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
plugins {
id 'org.tboox.gradle-xmake-plugin' version '1.0.6'
}

apply plugin: 'com.android.library'
apply plugin: "org.tboox.gradle-xmake-plugin"
//apply plugin: "org.tboox.gradle-xmake-plugin"

android {
compileSdkVersion 29
Expand Down

0 comments on commit ba37edd

Please sign in to comment.