Commit 49578114 authored by shiyl's avatar shiyl

ndk 支持armeabi-v8a

parent b59aa18a
...@@ -20,7 +20,7 @@ android { ...@@ -20,7 +20,7 @@ android {
manifestPlaceholders = [qqappid: "101923771"] manifestPlaceholders = [qqappid: "101923771"]
ndk { ndk {
abiFilters 'armeabi-v7a' abiFilters 'armeabi-v7a', 'armeabi-v8a'
} }
} }
signingConfigs { signingConfigs {
...@@ -104,7 +104,7 @@ dependencies { ...@@ -104,7 +104,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
// kotlin实现MVVM框架之使用DataBinding之unresolved reference: BR解决办法 // kotlin实现MVVM框架之使用DataBinding之unresolved reference: BR解决办法
kapt "com.android.databinding:compiler:4.0.1" kapt "com.android.databinding:compiler:4.0.1"
rootProject.ext.dependencies.other.each { rootProject.ext.dependencies.other.each {
implementation project(it) implementation project(it)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment