|
|
|
|
@ -89,7 +89,7 @@ dependencies { |
|
|
|
|
implementation project(':quickjs') |
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.7.0' |
|
|
|
|
implementation 'androidx.media:media:1.7.0' |
|
|
|
|
implementation 'androidx.room:room-runtime:2.7.0' |
|
|
|
|
implementation 'androidx.room:room-runtime:2.7.1' |
|
|
|
|
implementation 'cat.ereza:customactivityoncrash:2.4.0' |
|
|
|
|
implementation 'com.github.bassaer:materialdesigncolors:1.0.0' |
|
|
|
|
implementation 'com.github.bumptech.glide:glide:4.16.0' |
|
|
|
|
@ -113,13 +113,13 @@ dependencies { |
|
|
|
|
implementation 'org.fourthline.cling:cling-support:2.1.1' |
|
|
|
|
implementation 'org.greenrobot:eventbus:3.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-rc01' |
|
|
|
|
leanbackImplementation 'androidx.leanback:leanback:1.2.0' |
|
|
|
|
leanbackImplementation 'com.github.JessYanCoding:AndroidAutoSize:1.2.1' |
|
|
|
|
mobileImplementation 'androidx.biometric:biometric:1.1.0' |
|
|
|
|
mobileImplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' |
|
|
|
|
mobileImplementation 'com.google.android.flexbox:flexbox:3.0.0' |
|
|
|
|
mobileImplementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false } |
|
|
|
|
annotationProcessor 'androidx.room:room-compiler:2.7.0' |
|
|
|
|
annotationProcessor 'androidx.room:room-compiler:2.7.1' |
|
|
|
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' |
|
|
|
|
annotationProcessor 'org.greenrobot:eventbus-annotation-processor:3.3.1' |
|
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.4' |
|
|
|
|
|