Subject: [PATCH] name and icon --- Index: app/build.gradle IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/app/build.gradle b/app/build.gradle --- a/app/build.gradle (revision 4dca5f634ae61ddeead5fc3444c3ab692ad98536) +++ b/app/build.gradle (revision 31c3e83236b2bd980d168f651af7a022b5e6a8b3) @@ -31,7 +31,7 @@ } defaultConfig { - applicationId "io.github.forkmaintainers" + applicationId "com.leos" minSdkVersion config.minSdkVersion compileSdk config.compileSdkVersion targetSdkVersion config.targetSdkVersion @@ -159,15 +159,15 @@ forkDebug { shrinkResources false minifyEnabled false - applicationIdSuffix ".iceraven.debug" + applicationIdSuffix ".leosium.debug" pseudoLocalesEnabled true // Need to replicate default debug config features signingConfig signingConfigs.debug debuggable true - def deepLinkSchemeValue = "iceraven-debug" + def deepLinkSchemeValue = "leosium-debug" buildConfigField "String", "DEEP_LINK_SCHEME", "\"$deepLinkSchemeValue\"" manifestPlaceholders.putAll([ - "sharedUserId": "io.github.forkmaintainers.iceraven.sharedID", + "sharedUserId": "io.github.forkmaintainers.leosium.sharedID", "deepLinkScheme": deepLinkSchemeValue, ]) // Use custom default allowed addon list @@ -178,11 +178,11 @@ } forkRelease releaseTemplate >> { buildConfigField "boolean", "USE_RELEASE_VERSIONING", "true" - applicationIdSuffix ".iceraven" - def deepLinkSchemeValue = "iceraven" + applicationIdSuffix ".leosium" + def deepLinkSchemeValue = "leosium" buildConfigField "String", "DEEP_LINK_SCHEME", "\"$deepLinkSchemeValue\"" manifestPlaceholders.putAll([ - "sharedUserId": "io.github.forkmaintainers.iceraven.sharedID", + "sharedUserId": "io.github.forkmaintainers.leosium.sharedID", "deepLinkScheme": deepLinkSchemeValue, ]) // Use custom default allowed addon list