mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
removed design lib from deps - android
This commit is contained in:
parent
30fb0f5a94
commit
fbcc4f28e7
7 changed files with 136 additions and 34 deletions
|
@ -19,7 +19,6 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-v4:25.3.1'
|
||||
compile 'com.android.support:design:25.3.1'
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -33,6 +32,7 @@ android {
|
|||
versionName "2.18.0"
|
||||
ndk {
|
||||
abiFilters 'armeabi-v7a'
|
||||
//abiFilters 'x86'
|
||||
}
|
||||
}
|
||||
sourceSets {
|
||||
|
@ -65,3 +65,4 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue