compile test app with library

This commit is contained in:
edgar 2017-11-26 17:16:15 -08:00
parent 43e7f23f1a
commit ae734fb767

View file

@ -20,9 +20,10 @@ android {
}
dependencies {
implementation project(path: ':joysticklibrary')
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7: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'
}