|
|
|
|
@ -10,8 +10,8 @@ android { |
|
|
|
|
applicationId "com.fongmi.android.tv" |
|
|
|
|
minSdk 21 |
|
|
|
|
targetSdk 29 |
|
|
|
|
versionCode 54 |
|
|
|
|
versionName "1.5.4" |
|
|
|
|
versionCode 55 |
|
|
|
|
versionName "1.5.5" |
|
|
|
|
ndk { abiFilters "armeabi-v7a" } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -75,6 +75,7 @@ dependencies { |
|
|
|
|
implementation 'cat.ereza:customactivityoncrash:2.4.0' |
|
|
|
|
implementation 'com.github.bassaer:materialdesigncolors:1.0.0' |
|
|
|
|
implementation 'com.github.bumptech.glide:glide:4.14.2' |
|
|
|
|
implementation 'com.google.android.gms:play-services-cronet:18.0.1' |
|
|
|
|
implementation 'com.google.android.material:material:1.7.0' |
|
|
|
|
implementation 'com.google.code.gson:gson:2.10' |
|
|
|
|
implementation 'com.google.net.cronet:cronet-okhttp:0.1.0' |
|
|
|
|
@ -84,7 +85,6 @@ dependencies { |
|
|
|
|
implementation 'me.jessyan:autosize:1.2.1' |
|
|
|
|
implementation 'net.java.dev.jna:jna:5.12.1' |
|
|
|
|
implementation 'org.apache.commons:commons-compress:1.20' |
|
|
|
|
implementation 'org.chromium.net:cronet-embedded:108.5359.79' |
|
|
|
|
implementation 'org.greenrobot:eventbus:3.3.1' |
|
|
|
|
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' } |
|
|
|
|
|