Skip to content

Commit 83dd99a

Browse files
committed
artjoker
1 parent c8046ec commit 83dd99a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

app_pojavlauncher/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ configurations {
5050
}
5151

5252
android {
53-
namespace 'git.artdeell.mojo'
53+
namespace 'git.artjoker.mojo'
5454

5555
compileSdk = 36
5656

@@ -74,7 +74,7 @@ android {
7474
}
7575

7676
defaultConfig {
77-
applicationId "git.artdeell.mojo"
77+
applicationId "git.artjoker.mojo"
7878
minSdkVersion 21
7979
targetSdkVersion 35
8080
versionCode getDateSeconds()
@@ -103,8 +103,8 @@ android {
103103
shrinkResources false
104104
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
105105
signingConfig signingConfigs.customDebug
106-
resValue 'string', 'application_package', 'git.artdeell.mojo.debug'
107-
resValue 'string', 'storageProviderAuthorities', 'git.artdeell.mojo.scoped.gamefolder.debug'
106+
resValue 'string', 'application_package', 'git.artjoker.mojo.debug'
107+
resValue 'string', 'storageProviderAuthorities', 'git.artjoker.mojo.scoped.gamefolder.debug'
108108
}
109109
proguard {
110110
initWith debug
@@ -123,8 +123,8 @@ android {
123123
// defaultConfig already set
124124
// multiDexEnabled = true
125125
// debuggable = true
126-
resValue 'string', 'storageProviderAuthorities', 'git.artdeell.mojo.scoped.gamefolder'
127-
resValue 'string', 'application_package', 'git.artdeell.mojo'
126+
resValue 'string', 'storageProviderAuthorities', 'git.artjoker.mojo.scoped.gamefolder'
127+
resValue 'string', 'application_package', 'git.artjoker.mojo'
128128
}
129129
gplay {
130130
initWith release

0 commit comments

Comments
 (0)