|
@@ -10,7 +10,6 @@ android {
|
|
|
defaultConfig {
|
|
|
minSdkVersion MIN_SDK_VERSION
|
|
|
targetSdkVersion TARGET_SDK_VERSION
|
|
|
- ndkVersion NDK_VERSION
|
|
|
|
|
|
externalNativeBuild {
|
|
|
cmake {
|
|
@@ -20,6 +19,8 @@ android {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ ndkVersion NDK_VERSION
|
|
|
+
|
|
|
buildTypes {
|
|
|
release {
|
|
|
minifyEnabled true
|
|
@@ -55,9 +56,4 @@ android {
|
|
|
dependencies {
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$KOTLIN_VERSION"
|
|
|
implementation 'androidx.core:core-ktx:1.3.2'
|
|
|
-// implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1"
|
|
|
-// implementation "androidx.lifecycle:lifecycle-extensions-ktx:1.0.1"
|
|
|
- implementation 'androidx.fragment:fragment-ktx:1.3.2'
|
|
|
- implementation 'androidx.lifecycle:lifecycle-process:2.3.1'
|
|
|
-
|
|
|
}
|