From 1c53b4145a4b7a232b5085aa1f7bff33526393fc Mon Sep 17 00:00:00 2001 From: harvey186 Date: Sun, 14 Apr 2024 12:52:24 +0200 Subject: [PATCH] bild_gradle --- 0001-strings.patch | 20441 +++++++++++++++++++++++++++++++++++++++++++ app/build.gradle | 8 +- 2 files changed, 20445 insertions(+), 4 deletions(-) create mode 100644 0001-strings.patch diff --git a/app/build.gradle b/app/build.gradle index 530e1c88c..17c4822b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ android { } defaultConfig { - applicationId "io.github.forkmaintainers" + applicationId "com.leos" minSdkVersion config.minSdkVersion compileSdk config.compileSdkVersion targetSdkVersion config.targetSdkVersion @@ -180,11 +180,11 @@ android { } 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 -- 2.34.1