File tree Expand file tree Collapse file tree 5 files changed +37
-3
lines changed Expand file tree Collapse file tree 5 files changed +37
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ android {
33
33
signingConfig = signingConfigs.getByName(" debug" )
34
34
isDebuggable = true
35
35
isMinifyEnabled = false
36
+ applicationIdSuffix = " .debug"
37
+ manifestPlaceholders[" appName" ] = Configs .APP_NAME + " .Debug"
36
38
}
37
39
38
40
release {
@@ -41,6 +43,7 @@ android {
41
43
getDefaultProguardFile(" proguard-android-optimize.txt" ),
42
44
" proguard-rules.pro"
43
45
)
46
+ manifestPlaceholders[" appName" ] = Configs .APP_NAME
44
47
}
45
48
}
46
49
compileOptions {
Original file line number Diff line number Diff line change 33
33
]
34
34
}
35
35
}
36
+ },
37
+ {
38
+ "client_info" : {
39
+ "mobilesdk_app_id" : " 1:626079185695:android:4113c4107ea104c47cce2a" ,
40
+ "android_client_info" : {
41
+ "package_name" : " com.yapp.growth.debug"
42
+ }
43
+ },
44
+ "oauth_client" : [
45
+ {
46
+ "client_id" : " 626079185695-j6kgiofc8h8tqh8gu8talv5c1soq866s.apps.googleusercontent.com" ,
47
+ "client_type" : 3
48
+ }
49
+ ],
50
+ "api_key" : [
51
+ {
52
+ "current_key" : " AIzaSyAyx8MnwBiLESMNMhh0yARVCWxWkBiIs9U"
53
+ }
54
+ ],
55
+ "services" : {
56
+ "appinvite_service" : {
57
+ "other_platform_oauth_client" : [
58
+ {
59
+ "client_id" : " 626079185695-j6kgiofc8h8tqh8gu8talv5c1soq866s.apps.googleusercontent.com" ,
60
+ "client_type" : 3
61
+ }
62
+ ]
63
+ }
64
+ }
36
65
}
37
66
],
38
67
"configuration_version" : " 1"
Original file line number Diff line number Diff line change 8
8
android : name =" .PlanzApplication"
9
9
android : allowBackup =" true"
10
10
android : icon =" @mipmap/ic_launcher"
11
- android : label =" @string/app_name "
11
+ android : label =" ${appName} "
12
12
android : roundIcon =" @mipmap/ic_launcher_round"
13
13
android : supportsRtl =" true"
14
14
android : theme =" @style/Theme.Growth" >
Original file line number Diff line number Diff line change 1
1
<resources >
2
- <string name =" app_name" >플랜즈</string >
3
- </resources >
2
+ </resources >
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ object Configs {
8
8
const val TARGET_SDK = 32
9
9
const val VERSION_CODE = 220805001
10
10
const val VERSION_NAME = " 1.1.1"
11
+
12
+ // App Info
13
+ const val APP_NAME = " 플랜즈"
11
14
}
You can’t perform that action at this time.
0 commit comments