Update build.gradle

更改applicationId "com.fongmi.gongian.android.tv",为了共存

Signed-off-by: guang518 <35475020+guang518@users.noreply.github.com>
pull/594/head
guang518 2 months ago committed by GitHub
parent 9133801775
commit c4e6167fc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      app/build.gradle

@ -10,7 +10,7 @@ android {
}
defaultConfig {
applicationId "com.fongmi.android.tv"
applicationId "com.fongmi.gongian.android.tv"
minSdk 24
targetSdk 36
versionCode 427
@ -150,4 +150,4 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:' + glideVersion
annotationProcessor 'org.greenrobot:eventbus-annotation-processor:3.3.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
}
}

Loading…
Cancel
Save