Update gradle

pull/183/head
FongMi 3 years ago
parent 6c5141e8ea
commit 45a5ae99f3
  1. 6
      app/build.gradle
  2. 8
      catvod/build.gradle
  3. 2
      danmaku/build.gradle
  4. 2
      forcetech/build.gradle
  5. 3
      hook/build.gradle
  6. 2
      hook/src/main/AndroidManifest.xml
  7. 2
      ijkplayer/build.gradle
  8. 2
      jianpian/build.gradle
  9. 2
      pyramid/build.gradle
  10. 2
      quickjs/build.gradle
  11. 10
      thunder/build.gradle
  12. 2
      tvbus/build.gradle
  13. 2
      zlive/build.gradle

@ -3,7 +3,7 @@ plugins {
}
android {
compileSdk 33
compileSdk 34
flavorDimensions = ["mode", "api", "abi"]
defaultConfig {
@ -106,7 +106,7 @@ dependencies {
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.8.20')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.biometric:biometric:1.1.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.2'
implementation 'androidx.room:room-runtime:2.5.2'
implementation 'androidx.media:media:1.6.0'
implementation 'cat.ereza:customactivityoncrash:2.4.0'
@ -121,7 +121,7 @@ dependencies {
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' }
leanbackImplementation 'androidx.leanback:leanback:1.2.0-alpha02'
leanbackImplementation 'androidx.leanback:leanback:1.2.0-alpha03'
leanbackImplementation 'me.jessyan:autosize:1.2.1'
mobileImplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
mobileImplementation 'com.github.chrisbanes:PhotoView:2.3.0'

@ -3,7 +3,7 @@ plugins {
}
android {
compileSdk 33
compileSdk 34
defaultConfig {
minSdk 21
@ -15,13 +15,13 @@ dependencies {
api project(':media-lib-common')
api 'androidx.annotation:annotation:' + annotationVersion
api 'androidx.preference:preference:1.2.1'
api('com.github.thegrizzlylabs:sardine-android:0.8') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' }
api 'com.google.code.gson:gson:' + gsonVersion
api 'com.google.net.cronet:cronet-okhttp:0.1.0'
api 'com.squareup.okhttp3:okhttp:' + okhttpVersion
api 'com.squareup.okhttp3:okhttp-dnsoverhttps:' + okhttpVersion
api('com.github.thegrizzlylabs:sardine-android:0.8') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' }
api 'com.hierynomus:smbj:0.11.5'
api 'com.orhanobut:logger:2.2.0'
api 'com.squareup.okhttp3:okhttp:' + okhttpVersion
api 'com.squareup.okhttp3:okhttp-dnsoverhttps:' + okhttpVersion
api 'org.chromium.net:cronet-embedded:101.4951.41'
api 'org.jsoup:jsoup:' + jsoupVersion
}

@ -3,7 +3,7 @@ plugins {
}
android {
compileSdk 33
compileSdk 34
defaultConfig {
minSdk 21

@ -3,7 +3,7 @@ plugins {
}
android {
compileSdk 33
compileSdk 34
defaultConfig {
minSdk 21

@ -3,8 +3,7 @@ plugins {
}
android {
namespace 'com.fongmi.hook'
compileSdk 33
compileSdk 34
defaultConfig {
minSdk 21

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest />
<manifest package="com.fongmi.hook" />

@ -3,7 +3,7 @@ plugins {
}
android {
compileSdk 33
compileSdk 34
defaultConfig {
minSdk 21

@ -3,7 +3,7 @@ plugins {
}
android {
compileSdk 33
compileSdk 34
flavorDimensions = ["abi"]
defaultConfig {

@ -4,7 +4,7 @@ plugins {
}
android {
compileSdk 33
compileSdk 34
flavorDimensions = ["abi"]
defaultConfig {

@ -3,7 +3,7 @@ plugins {
}
android {
compileSdk 33
compileSdk 34
defaultConfig {
minSdk 21

@ -1,12 +1,14 @@
apply plugin: 'com.android.library'
plugins {
id 'com.android.library'
}
android {
compileSdk 33
compileSdk 34
flavorDimensions = ["abi"]
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
minSdk 21
targetSdk 28
}
productFlavors {

@ -3,7 +3,7 @@ plugins {
}
android {
compileSdk 33
compileSdk 34
defaultConfig {
minSdk 21

@ -3,7 +3,7 @@ plugins {
}
android {
compileSdk 33
compileSdk 34
defaultConfig {
minSdk 21

Loading…
Cancel
Save