Skip to content

Commit

Permalink
make it impossible for local accounts to use this (2/2)
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 3, 2024
1 parent c95eb57 commit 73e7666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 57 deletions.
8 changes: 4 additions & 4 deletions app_pojavlauncher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ android {
}

defaultConfig {
applicationId "net.kdt.pojavlaunch"
applicationId "soldev.solcraftlauncher"
minSdkVersion 21
targetSdkVersion 33
versionCode getDateSeconds()
Expand All @@ -128,9 +128,9 @@ android {
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.customDebug
resValue 'string', 'application_package', 'net.kdt.pojavlaunch.sol.debug'
resValue 'string', 'storageProviderAuthorities', 'net.kdt.pojavlaunch.scoped.gamefolder.debug'
resValue 'string', 'shareProviderAuthority', 'net.kdt.pojavlaunch.scoped.controlfolder.debug'
resValue 'string', 'application_package', 'soldev.solcraftlauncher.debug'
resValue 'string', 'storageProviderAuthorities', 'soldev.solcraftlauncher.scoped.gamefolder.debug'
resValue 'string', 'shareProviderAuthority', 'soldev.solcraftlauncher.scoped.controlfolder.debug'
}
proguard {
initWith debug
Expand Down

This file was deleted.

0 comments on commit 73e7666

Please sign in to comment.