Makes the bechmark build its own package name to facilitate testing in real phones.
This commit is contained in:
@@ -104,6 +104,9 @@ android {
|
|||||||
}
|
}
|
||||||
create("benchmark") {
|
create("benchmark") {
|
||||||
initWith(getByName("release"))
|
initWith(getByName("release"))
|
||||||
|
applicationIdSuffix '.benchmark'
|
||||||
|
versionNameSuffix '-BENCHMARK'
|
||||||
|
resValue "string", "app_name", "@string/app_name_benchmark"
|
||||||
profileable true
|
profileable true
|
||||||
signingConfig signingConfigs.debug
|
signingConfig signingConfigs.debug
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,6 +62,35 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"client_info": {
|
||||||
|
"mobilesdk_app_id": "1:768341258853:android:5d07c35a37b24ff36b8c8c",
|
||||||
|
"android_client_info": {
|
||||||
|
"package_name": "com.vitorpamplona.amethyst.benchmark"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"oauth_client": [
|
||||||
|
{
|
||||||
|
"client_id": "768341258853-6um8ig59qstvio60gfo60fe5e45lnqqe.apps.googleusercontent.com",
|
||||||
|
"client_type": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"api_key": [
|
||||||
|
{
|
||||||
|
"current_key": "AIzaSyB7ZxgdpgrN6R223HCFdfv4ulP8Egp7trE"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"services": {
|
||||||
|
"appinvite_service": {
|
||||||
|
"other_platform_oauth_client": [
|
||||||
|
{
|
||||||
|
"client_id": "768341258853-6um8ig59qstvio60gfo60fe5e45lnqqe.apps.googleusercontent.com",
|
||||||
|
"client_type": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"configuration_version": "1"
|
"configuration_version": "1"
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name_release">Amethyst</string>
|
<string name="app_name_release">Amethyst</string>
|
||||||
<string name="app_name_debug">Amethyst Debug</string>
|
<string name="app_name_debug">Amy Debug</string>
|
||||||
|
<string name="app_name_benchmark">Amy Benchmark</string>
|
||||||
</resources>
|
</resources>
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<string name="app_name_release" translatable="false">Amethyst</string>
|
<string name="app_name_release" translatable="false">Amethyst</string>
|
||||||
<string name="app_name_debug" translatable="false">Amethyst Debug</string>
|
<string name="app_name_debug" translatable="false">Amy Debug</string>
|
||||||
|
<string name="app_name_benchmark" translatable="false">Amy Benchmark</string>
|
||||||
<string name="point_to_the_qr_code">Point to the QR Code</string>
|
<string name="point_to_the_qr_code">Point to the QR Code</string>
|
||||||
<string name="show_qr">Show QR</string>
|
<string name="show_qr">Show QR</string>
|
||||||
<string name="profile_image">Profile Picture</string>
|
<string name="profile_image">Profile Picture</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user