Switched build system to gradle
This commit is contained in:
parent
6962f189b7
commit
72e2e13d07
57 changed files with 685 additions and 591 deletions
1
brouter-util/.gitignore
vendored
Normal file
1
brouter-util/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/build/
|
||||
7
brouter-util/build.gradle
Normal file
7
brouter-util/build.gradle
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
3
brouter-util/src/main/AndroidManifest.xml
Normal file
3
brouter-util/src/main/AndroidManifest.xml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<manifest package="btools.util" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue