Productionに変更

This commit is contained in:
rca 2024-07-08 23:53:52 +09:00
parent 3e48fb8795
commit 649e63d668

View File

@ -22,7 +22,7 @@ public class FeatureFlagImpl implements FeatureFlag {
private final SharedPreferences sharedPreferences;
// ここを書き換えてプロファイルを書き換え
private final Profile currentProfile = Profile.DEVELOP;
private final Profile currentProfile = Profile.PRODUCTION;
enum Profile {
DEVELOP("develop"),