|
|
|
|
@ -12,7 +12,7 @@ android { |
|
|
|
|
targetSdk 32 |
|
|
|
|
versionCode 28 |
|
|
|
|
versionName "1.2.8" |
|
|
|
|
ndk { abiFilters "armeabi-v7a", "arm64-v8a" } |
|
|
|
|
resValue "string", "url", "" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
productFlavors { |
|
|
|
|
@ -72,8 +72,8 @@ dependencies { |
|
|
|
|
implementation 'org.nanohttpd:nanohttpd:2.3.1' |
|
|
|
|
implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' } |
|
|
|
|
leanbackImplementation 'androidx.leanback:leanback:1.2.0-alpha02' |
|
|
|
|
mobileImplementation 'androidx.navigation:navigation-fragment:2.5.1' |
|
|
|
|
mobileImplementation 'androidx.navigation:navigation-ui:2.5.1' |
|
|
|
|
mobileImplementation 'androidx.navigation:navigation-fragment:2.5.2' |
|
|
|
|
mobileImplementation 'androidx.navigation:navigation-ui:2.5.2' |
|
|
|
|
annotationProcessor 'androidx.room:room-compiler:2.4.3' |
|
|
|
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2' |
|
|
|
|
} |