Browse Source

FIX | Add crazy package for purchase (#7)

Co-authored-by: Vlad <vlad960706@gmail.com>
Reviewed-on: #7
Co-authored-by: Vlad Narizhnyi <vlad960706@gmail.com>
Co-committed-by: Vlad Narizhnyi <vlad960706@gmail.com>
pull/8/head
Vlad Narizhnyi 10 months ago committed by Vitalik Yatsenko
parent
commit
314afb8ea5
  1. 4
      android/app/_BUCK
  2. 2
      android/app/build.gradle
  3. 92
      android/app/google-services.json
  4. 2
      android/app/src/debug/java/com/truth/ReactNativeFlipper.java
  5. 2
      android/app/src/main/AndroidManifest.xml
  6. 2
      android/app/src/main/java/com/truthoraction.jetup/MainActivity.java
  7. 2
      android/app/src/main/java/com/truthoraction.jetup/MainApplication.java
  8. 4
      ios/GoogleService-Info.plist
  9. 2
      ios/Podfile.lock
  10. 2
      src/module/common/typing/enums/products.enum.ts
  11. 2
      src/module/packages/config/packages-list.config.tsx

4
android/app/_BUCK

@ -35,12 +35,12 @@ android_library( @@ -35,12 +35,12 @@ android_library(
android_build_config(
name = "build_config",
package = "com.truth",
package = "com.truthoraction.jetup",
)
android_resource(
name = "res",
package = "com.truth",
package = "com.truthoraction.jetup",
res = "src/main/res",
)

2
android/app/build.gradle

@ -29,7 +29,7 @@ android { @@ -29,7 +29,7 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "com.truth"
applicationId "com.truthoraction.jetup"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1

92
android/app/google-services.json

@ -1,47 +1,47 @@ @@ -1,47 +1,47 @@
{
"project_info": {
"project_number": "552568521005",
"firebase_url": "https://truthordare-6493e-default-rtdb.europe-west1.firebasedatabase.app",
"project_id": "truth-or-dare-fcc54",
"storage_bucket": "truthordare-6493e.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:180425292880:android:8690e5274abb413c7da555",
"android_client_info": {
"package_name": "com.truth"
}
},
"oauth_client": [
{
"client_id": "180425292880-1pfj1drhgqc9j19jit1ahfu7jouodjej.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyBXoidUFjbE84RZ8PqIP0IGAsTYU28PEO8"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "180425292880-1pfj1drhgqc9j19jit1ahfu7jouodjej.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "180425292880-bfueoq3p0oq0b0lf2qviebio2q338eu8.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "org.reactjs.native.example.Truth"
}
}
]
}
}
}
],
"configuration_version": "1"
}
"project_info": {
"project_number": "552568521005",
"firebase_url": "https://truthordare-6493e-default-rtdb.europe-west1.firebasedatabase.app",
"project_id": "truth-or-dare-fcc54",
"storage_bucket": "truthordare-6493e.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:180425292880:android:8690e5274abb413c7da555",
"android_client_info": {
"package_name": "com.truthoraction.jetup"
}
},
"oauth_client": [
{
"client_id": "180425292880-1pfj1drhgqc9j19jit1ahfu7jouodjej.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyBXoidUFjbE84RZ8PqIP0IGAsTYU28PEO8"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "180425292880-1pfj1drhgqc9j19jit1ahfu7jouodjej.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "180425292880-bfueoq3p0oq0b0lf2qviebio2q338eu8.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "org.reactjs.native.example.Truth"
}
}
]
}
}
}
],
"configuration_version": "1"
}

2
android/app/src/debug/java/com/truth/ReactNativeFlipper.java

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.truth;
package com.truthoraction.jetup;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;

2
android/app/src/main/AndroidManifest.xml

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.truth">
package="com.truthoraction.jetup">
<uses-permission android:name="android.permission.INTERNET" />

2
android/app/src/main/java/com/truth/MainActivity.java → android/app/src/main/java/com/truthoraction.jetup/MainActivity.java

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
package com.truth;
package com.truthoraction.jetup;
import android.os.Bundle;
import com.facebook.react.ReactActivity;

2
android/app/src/main/java/com/truth/MainApplication.java → android/app/src/main/java/com/truthoraction.jetup/MainApplication.java

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
package com.truth;
package com.truthoraction.jetup;
import android.app.Application;
import com.facebook.react.PackageList;

4
ios/GoogleService-Info.plist

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.truth</string>
<string>com.truthoraction.jetup</string>
<key>PROJECT_ID</key>
<string>truth-or-dare-fcc54</string>
<key>STORAGE_BUCKET</key>
@ -25,6 +25,6 @@ @@ -25,6 +25,6 @@
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:552568521005:ios:66c16d5229fe90142353a4</string>
<string>1:552568521005:ios:05030eb25d2be7bf2353a4</string>
</dict>
</plist>

2
ios/Podfile.lock

@ -1590,4 +1590,4 @@ SPEC CHECKSUMS: @@ -1590,4 +1590,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 0c63220a19ca9fd3d2ce02dc5eecdb8c820bf5ab
COCOAPODS: 1.11.3
COCOAPODS: 1.12.1

2
src/module/common/typing/enums/products.enum.ts

@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
export enum ProductsEnum {
Crazy = 'Crz',
Crazy = 'crz',
}

2
src/module/packages/config/packages-list.config.tsx

@ -27,7 +27,7 @@ export const packageListConfig = [ @@ -27,7 +27,7 @@ export const packageListConfig = [
/>
),
description: {
ua: 'Веселі та несподівані завдання гарантовано розсмішять та відкриють нові факти з життя учасників!',
ua: 'Веселі та несподівані завдання гарантовано розсмішать та відкриють нові факти з життя учасників!',
en: 'Fun and unexpected tasks are guaranteed to make you laugh and discover new facts from the life of the participants.',
},
},

Loading…
Cancel
Save