fdroid flavor: small manifest refactor; change the default app id (not used in the builds actually)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user