mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1077 App | Tech | New application ID (#3066)
This commit is contained in:
parent
2e9a676666
commit
25745fe220
4 changed files with 18 additions and 26 deletions
|
@ -1,33 +1,33 @@
|
|||
{
|
||||
"project_info": {
|
||||
"project_number": "687711214896",
|
||||
"project_id": "anytype-debug",
|
||||
"storage_bucket": "anytype-debug.appspot.com"
|
||||
"project_number": "665406949256",
|
||||
"project_id": "anytype-android-debug",
|
||||
"storage_bucket": "anytype-android-debug.appspot.com"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:687711214896:android:20001e745ee8af044f7cf5",
|
||||
"mobilesdk_app_id": "1:665406949256:android:8baec30b42ce3ef37c9c3d",
|
||||
"android_client_info": {
|
||||
"package_name": "com.anytypeio.anytype.debug"
|
||||
"package_name": "io.anytype.app.debug"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "687711214896-otmhog2ql4ngk1gcatbc3b1afkudra8s.apps.googleusercontent.com",
|
||||
"client_id": "665406949256-5o8i3ncjpi1dcurodpb5jai1ifcmhi1v.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyC83X8q2Ya3-jTMp7b7i85WoY-TeBnX1qQ"
|
||||
"current_key": "AIzaSyC5LKHLSbY_oY_hele82RXGVFsEfTfrYW8"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"appinvite_service": {
|
||||
"other_platform_oauth_client": [
|
||||
{
|
||||
"client_id": "687711214896-otmhog2ql4ngk1gcatbc3b1afkudra8s.apps.googleusercontent.com",
|
||||
"client_id": "665406949256-5o8i3ncjpi1dcurodpb5jai1ifcmhi1v.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,42 +1,34 @@
|
|||
{
|
||||
"project_info": {
|
||||
"project_number": "53670910732",
|
||||
"firebase_url": "https://anytypeio.firebaseio.com",
|
||||
"project_id": "anytypeio",
|
||||
"storage_bucket": "anytypeio.appspot.com"
|
||||
"project_number": "651883493323",
|
||||
"project_id": "anytype-release",
|
||||
"storage_bucket": "anytype-release.appspot.com"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:53670910732:android:74086ea5c864b4ca8e0729",
|
||||
"mobilesdk_app_id": "1:651883493323:android:bde4c48009dde79d28284e",
|
||||
"android_client_info": {
|
||||
"package_name": "com.anytypeio.anytype"
|
||||
"package_name": "io.anytype.app"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "53670910732-np8kvrkuc29040f5gllh9rjqt7dsdp7d.apps.googleusercontent.com",
|
||||
"client_id": "651883493323-c756gipkno0pclb5t2hpcvgkssdk1lnv.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyD2syNIidEwkRa-lTUE3lbeMAid9KYQ0GE"
|
||||
"current_key": "AIzaSyDPBv8HonT2vXHbko8cct9cDCwc9Ay-Jc8"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"appinvite_service": {
|
||||
"other_platform_oauth_client": [
|
||||
{
|
||||
"client_id": "53670910732-np8kvrkuc29040f5gllh9rjqt7dsdp7d.apps.googleusercontent.com",
|
||||
"client_id": "651883493323-c756gipkno0pclb5t2hpcvgkssdk1lnv.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
},
|
||||
{
|
||||
"client_id": "53670910732-efqg1i2msl062lefjcj83u072n890ift.apps.googleusercontent.com",
|
||||
"client_type": 2,
|
||||
"ios_info": {
|
||||
"bundle_id": "com.anytypeio.anytype"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ buildscript {
|
|||
ext.target_sdk = 32
|
||||
ext.min_sdk = 26
|
||||
|
||||
ext.application_id = 'com.anytypeio.anytype'
|
||||
ext.application_id = 'io.anytype.app'
|
||||
ext.version_name = '1.0'
|
||||
ext.version_code = 1
|
||||
ext.test_runner = 'androidx.test.runner.AndroidJUnitRunner'
|
||||
|
|
|
@ -173,4 +173,4 @@ crashlytics = { id = "com.google.firebase.crashlytics", version = "2.9.2" }
|
|||
navigation = { id = "androidx.navigation.safeargs", version.ref = "navigationVersion" }
|
||||
navigationKotlin = { id = "androidx.navigation.safeargs.kotlin", version.ref = "navigationVersion" }
|
||||
kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlinVersion" }
|
||||
gms = { id = "com.google.gms.google-services", version = "4.3.14" }
|
||||
gms = { id = "com.google.gms.google-services", version = "4.3.15" }
|
Loading…
Add table
Add a link
Reference in a new issue