feat(android): add libmynteye to android
This commit is contained in:
@@ -9,6 +9,9 @@ android {
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
ndk {
|
||||
abiFilters xabis
|
||||
}
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
@@ -24,6 +27,8 @@ dependencies {
|
||||
implementation xdeps.support.appcompat
|
||||
implementation xdeps.support.constraint
|
||||
|
||||
implementation project(':libmynteye')
|
||||
|
||||
testImplementation xdeps.junit
|
||||
androidTestImplementation xdeps.support.test.runner
|
||||
androidTestImplementation xdeps.support.test.espresso
|
||||
|
||||
Reference in New Issue
Block a user