fdroid flavor: small manifest refactor; change the default app id (not used in the builds actually)

This commit is contained in:
Yuriy Liskov
2026-02-20 23:14:24 +02:00
parent 32ff1a0ae2
commit 7927c76da9
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@
<!-- NOTE: Don't change authorities to allow further updates of the apk -->
<provider android:name=".search.VideoContentProvider"
android:authorities="app.smarttube.fdroid.search_provider"
android:authorities="${applicationId}.search_provider"
android:exported="true"
android:initOrder="1999999999"
tools:ignore="ExportedContentProvider"
+1 -1
View File
@@ -53,7 +53,7 @@ android {
defaultConfig {
// values linked with applicationId: searchable.searchSuggestAuthority, searchable.searchSuggestIntentData, VideoContract.CONTENT_AUTHORITY
applicationId "com.yuliskov.smarttube"
applicationId "app.smarttube"
minSdkVersion project.properties.minSdkVersion
targetSdkVersion project.properties.targetSdkVersion
versionCode 2279