Skip to content

Commit

Permalink
Temp: Add priconnegrandmasters on queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimjio committed Apr 5, 2023
1 parent 8d1d7e2 commit b122f62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.kimjio.umamusumelocalify.settings"
minSdk rootProject.ext.minSdkVersion
targetSdk rootProject.ext.targetSdkVersion
versionCode 12
versionName "1.5.1"
versionCode 13
versionName "1.5.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<queries>
<package android:name="jp.co.cygames.umamusume" />
<package android:name="jp.co.cygames.priconnegrandmasters" />
<package android:name="com.kakaogames.umamusume" />
<package android:name="com.komoe.kmumamusumegp" />
<package android:name="com.komoe.kmumamusumemc" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ public final class Constants {
public static final String PREF_NAME = "pref_settings";

public static final String PKG_JAP = "jp.co.cygames.umamusume";
public static final String PKG_JAP_PCR_GM = "jp.co.cygames.priconnegrandmasters";
public static final String PKG_KOR = "com.kakaogames.umamusume";
public static final String PKG_TWN_GOOGLE = "com.komoe.kmumamusumegp";
public static final String PKG_TWN_MY_CARD = "com.komoe.kmumamusumemc";

public static final List<String> targetPackageNames = List.of(
PKG_JAP,
PKG_JAP_PCR_GM,
PKG_KOR,
PKG_TWN_GOOGLE,
PKG_TWN_MY_CARD
Expand Down

0 comments on commit b122f62

Please sign in to comment.