mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-11 03:29:31 +01:00
update android target API to 28, use gradle and ndk parallel building
This commit is contained in:
parent
cb1e47eb71
commit
2406d57d51
8 changed files with 13 additions and 6 deletions
|
@ -18,17 +18,22 @@ repositories {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.3"
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion "28.0.1"
|
||||
defaultConfig {
|
||||
applicationId "org.purplei2p.i2pd"
|
||||
targetSdkVersion 25
|
||||
targetSdkVersion 28
|
||||
minSdkVersion 14
|
||||
versionCode 1
|
||||
versionName "2.19.0"
|
||||
ndk {
|
||||
abiFilters 'armeabi-v7a'
|
||||
//abiFilters 'x86'
|
||||
abiFilters 'x86'
|
||||
}
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
arguments "-j4"
|
||||
}
|
||||
}
|
||||
}
|
||||
sourceSets {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue