mirror of
https://github.com/etlegacy/JoyStick.git
synced 2025-02-16 17:20:53 +00:00
compile test app with library
This commit is contained in:
parent
43e7f23f1a
commit
ae734fb767
1 changed files with 2 additions and 1 deletions
|
@ -20,9 +20,10 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation project(path: ':joysticklibrary')
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
compile 'com.android.support:appcompat-v7:26.1.0'
|
compile 'com.android.support:appcompat-v7:26.1.0'
|
||||||
compile 'com.android.support:design:26.1.0'
|
compile 'com.android.support:design:26.1.0'
|
||||||
compile 'com.github.erz05:JoyStick:1.1.0'
|
// compile 'com.github.erz05:JoyStick:1.1.0'
|
||||||
}
|
}
|
Loading…
Reference in a new issue