Try to support AndroidPinning via gradle (won't work as-is)
This commit is contained in:
parent
a5c66a8c6e
commit
3ae9fd7b88
@ -11,6 +11,7 @@ apply plugin: 'android'
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile files('libs/android-support-v4.jar')
|
compile files('libs/android-support-v4.jar')
|
||||||
|
compile project(':extern:AndroidPinning')
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
1
settings.gradle
Normal file
1
settings.gradle
Normal file
@ -0,0 +1 @@
|
|||||||
|
include ':extern:AndroidPinning'
|
Loading…
x
Reference in New Issue
Block a user