bug fixes and repo update
This commit is contained in:
parent
6baf448a68
commit
4f837650e5
|
@ -7,6 +7,12 @@
|
|||
node_modules/
|
||||
dist/
|
||||
|
||||
*.env
|
||||
.env
|
||||
|
||||
# react-native-config codegen
|
||||
ios/tmp.xcconfig
|
||||
|
||||
# Compiled Java class files
|
||||
*.class
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,10 +1,17 @@
|
|||
apply plugin: "com.android.application"
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle"
|
||||
|
||||
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
|
||||
|
||||
import com.android.build.OutputFile
|
||||
|
||||
|
||||
// project.ext.envConfigFiles = [
|
||||
// debug :".env",
|
||||
// release:'.env'
|
||||
// ]
|
||||
|
||||
/**
|
||||
* The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets
|
||||
* and bundleReleaseJsAndAssets).
|
||||
|
@ -130,6 +137,18 @@ def useIntlJsc = false
|
|||
|
||||
android {
|
||||
|
||||
// flavorDimensions 'env'
|
||||
// productFlavors {
|
||||
// staging {
|
||||
// dimension 'env'
|
||||
// applicationIdSuffix ".staging"
|
||||
// }
|
||||
// production {
|
||||
// dimension 'env'
|
||||
// applicationIdSuffix ".production"
|
||||
// }
|
||||
// }
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
|
@ -139,9 +158,10 @@ android {
|
|||
applicationId "com.project.yondu.unioilloyaltyapp"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 45
|
||||
versionCode 48
|
||||
versionName "1.7.19"
|
||||
multiDexEnabled true
|
||||
// resValue 'string', 'build_config_package','com.project.yondu.unioilloyaltyapp'
|
||||
}
|
||||
splits {
|
||||
abi {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6,5 +6,38 @@
|
|||
<!-- Values from build type: debug -->
|
||||
<integer name="react_native_dev_server_port">8081</integer>
|
||||
<integer name="react_native_inspector_proxy_port">8081</integer>
|
||||
<!-- Values from default config. -->
|
||||
<string name="PROD_ACCOUNT_FCM_URL" translatable="false">"https://notification.unioilapps.com/api/fcmtoken/notifs"</string>
|
||||
<string name="PROD_API_URL" translatable="false">"https://mobilerest.unioilapps.com/api/mobile/"</string>
|
||||
<string name="PROD_CHECKOUT_KEY" translatable="false">"sk-VoMzbvf3EKPJTZvR4pz9U9wVoI5cqb8YItNT92e1fe4"</string>
|
||||
<string name="PROD_FCM_REGISTER_URL" translatable="false">"https://notification.unioilapps.com/api/fcmtoken"</string>
|
||||
<string name="PROD_IQAIR_KEY" translatable="false">"0914decb-561f-4dac-93fe-83aeeafc479d"</string>
|
||||
<string name="PROD_IQAIR_URL" translatable="false">"http://api.airvisual.com/v2/"</string>
|
||||
<string name="PROD_LOGS_URL" translatable="false">"https://logs.unioilapps.com/api/logs/project"</string>
|
||||
<string name="PROD_NOTIFICATIONS_URL" translatable="false">"https://notification.unioilapps.com/api/notification/mobile/all"</string>
|
||||
<string name="PROD_PAYMAYA_API_KEY" translatable="false">"pk-lR497RlilWbaJC20CHHFEghrOJlRLIzr4228b8xJLpS:"</string>
|
||||
<string name="PROD_PAYMAYA_API_SECRET" translatable="false">"sk-U5uSfNiRaUCQmDiBtZRoLiCJaBbCVk7DSwKe7SavY4j:"</string>
|
||||
<string name="PROD_PAYMAYA_API_URL" translatable="false">"https://pg.paymaya.com"</string>
|
||||
<string name="PROD_POST_PAY_API_KEY" translatable="false">"2T2AzRVEC0dOynBRWuB09PNnep6KbSB57DJmwBkWKPXc8eyC7p3NvqbOFQ6KoYAA46c0UhcfNeA"</string>
|
||||
<string name="PROD_POST_PAY_TENANT_ID" translatable="false">"8ba3cd89-74be-4a7a-91a5-5eb59a2040b8"</string>
|
||||
<string name="PROD_POST_PAY_URL" translatable="false">"https://partnerapi-au.petrozone.com/v5/"</string>
|
||||
<string name="PROD_PROJECT_CODE" translatable="false">"2HTVH1NY0623"</string>
|
||||
<string name="PROD_PROJECT_KEY" translatable="false">"2a25ee1d-603c-4912-a13a-5656e247a86c"</string>
|
||||
<string name="STAGING_ACCOUNT_FCM_URL" translatable="false">"https://stag-notifapi.unioilapps.com/api/fcmtoken/notifs"</string>
|
||||
<string name="STAGING_API_URL" translatable="false">"https://stag-mobapi.unioilapps.com/api/mobile/"</string>
|
||||
<string name="STAGING_CHECKOUT_KEY" translatable="false">"sk-VoMzbvf3EKPJTZvR4pz9U9wVoI5cqb8YItNT92e1fe4"</string>
|
||||
<string name="STAGING_FCM_REGISTER_URL" translatable="false">"https://stag-notifapi.unioilapps.com/api/fcmtoken"</string>
|
||||
<string name="STAGING_IQAIR_KEY" translatable="false">"0914decb-561f-4dac-93fe-83aeeafc479d"</string>
|
||||
<string name="STAGING_IQAIR_URL" translatable="false">"http://api.airvisual.com/v2/"</string>
|
||||
<string name="STAGING_LOGS_URL" translatable="false">"https://testlogs.unioilapps.com/api/logs/project"</string>
|
||||
<string name="STAGING_NOTIFICATIONS_URL" translatable="false">"https://stag-notifapi.unioilapps.com/api/notification/mobile/all"</string>
|
||||
<string name="STAGING_PAYMAYA_API_KEY" translatable="false">"pk-J3AtaSkYMd8MUM5lo9df7Inh6HlITq7W7Q52zBMp8X9"</string>
|
||||
<string name="STAGING_PAYMAYA_API_SECRET" translatable="false">"sk-ewLwiZgYZlfp89g0UOwgJQr0bpvqvEOxWDOUhYbByqS"</string>
|
||||
<string name="STAGING_PAYMAYA_API_URL" translatable="false">"https://pg-sandbox.paymaya.com"</string>
|
||||
<string name="STAGING_POST_PAY_API_KEY" translatable="false">"BZ3SGKGaGPNb9PtIoALywvizQZC26qgSFx3Ac9zc3yNQKw79CI5mabma3eXcBzo5IfUKy84JgIj"</string>
|
||||
<string name="STAGING_POST_PAY_TENANT_ID" translatable="false">"8ba3cd89-74be-4a7a-91a5-5eb59a2040b8"</string>
|
||||
<string name="STAGING_POST_PAY_URL" translatable="false">"https://partnerapi-au-uat.petrozone.com/v5/"</string>
|
||||
<string name="STAGING_PROJECT_CODE" translatable="false">"2HTVH1NY0723"</string>
|
||||
<string name="STAGING_PROJECT_KEY" translatable="false">"2a25ee1d-603c-4912-a13a-5656e247a86c"</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -6,5 +6,38 @@
|
|||
<!-- Values from build type: release -->
|
||||
<integer name="react_native_dev_server_port">8081</integer>
|
||||
<integer name="react_native_inspector_proxy_port">8081</integer>
|
||||
<!-- Values from default config. -->
|
||||
<string name="PROD_ACCOUNT_FCM_URL" translatable="false">"https://notification.unioilapps.com/api/fcmtoken/notifs"</string>
|
||||
<string name="PROD_API_URL" translatable="false">"https://mobilerest.unioilapps.com/api/mobile/"</string>
|
||||
<string name="PROD_CHECKOUT_KEY" translatable="false">"sk-VoMzbvf3EKPJTZvR4pz9U9wVoI5cqb8YItNT92e1fe4"</string>
|
||||
<string name="PROD_FCM_REGISTER_URL" translatable="false">"https://notification.unioilapps.com/api/fcmtoken"</string>
|
||||
<string name="PROD_IQAIR_KEY" translatable="false">"0914decb-561f-4dac-93fe-83aeeafc479d"</string>
|
||||
<string name="PROD_IQAIR_URL" translatable="false">"http://api.airvisual.com/v2/"</string>
|
||||
<string name="PROD_LOGS_URL" translatable="false">"https://logs.unioilapps.com/api/logs/project"</string>
|
||||
<string name="PROD_NOTIFICATIONS_URL" translatable="false">"https://notification.unioilapps.com/api/notification/mobile/all"</string>
|
||||
<string name="PROD_PAYMAYA_API_KEY" translatable="false">"pk-lR497RlilWbaJC20CHHFEghrOJlRLIzr4228b8xJLpS:"</string>
|
||||
<string name="PROD_PAYMAYA_API_SECRET" translatable="false">"sk-U5uSfNiRaUCQmDiBtZRoLiCJaBbCVk7DSwKe7SavY4j:"</string>
|
||||
<string name="PROD_PAYMAYA_API_URL" translatable="false">"https://pg.paymaya.com"</string>
|
||||
<string name="PROD_POST_PAY_API_KEY" translatable="false">"2T2AzRVEC0dOynBRWuB09PNnep6KbSB57DJmwBkWKPXc8eyC7p3NvqbOFQ6KoYAA46c0UhcfNeA"</string>
|
||||
<string name="PROD_POST_PAY_TENANT_ID" translatable="false">"8ba3cd89-74be-4a7a-91a5-5eb59a2040b8"</string>
|
||||
<string name="PROD_POST_PAY_URL" translatable="false">"https://partnerapi-au.petrozone.com/v5/"</string>
|
||||
<string name="PROD_PROJECT_CODE" translatable="false">"2HTVH1NY0623"</string>
|
||||
<string name="PROD_PROJECT_KEY" translatable="false">"2a25ee1d-603c-4912-a13a-5656e247a86c"</string>
|
||||
<string name="STAGING_ACCOUNT_FCM_URL" translatable="false">"https://stag-notifapi.unioilapps.com/api/fcmtoken/notifs"</string>
|
||||
<string name="STAGING_API_URL" translatable="false">"https://stag-mobapi.unioilapps.com/api/mobile/"</string>
|
||||
<string name="STAGING_CHECKOUT_KEY" translatable="false">"sk-VoMzbvf3EKPJTZvR4pz9U9wVoI5cqb8YItNT92e1fe4"</string>
|
||||
<string name="STAGING_FCM_REGISTER_URL" translatable="false">"https://stag-notifapi.unioilapps.com/api/fcmtoken"</string>
|
||||
<string name="STAGING_IQAIR_KEY" translatable="false">"0914decb-561f-4dac-93fe-83aeeafc479d"</string>
|
||||
<string name="STAGING_IQAIR_URL" translatable="false">"http://api.airvisual.com/v2/"</string>
|
||||
<string name="STAGING_LOGS_URL" translatable="false">"https://testlogs.unioilapps.com/api/logs/project"</string>
|
||||
<string name="STAGING_NOTIFICATIONS_URL" translatable="false">"https://stag-notifapi.unioilapps.com/api/notification/mobile/all"</string>
|
||||
<string name="STAGING_PAYMAYA_API_KEY" translatable="false">"pk-J3AtaSkYMd8MUM5lo9df7Inh6HlITq7W7Q52zBMp8X9"</string>
|
||||
<string name="STAGING_PAYMAYA_API_SECRET" translatable="false">"sk-ewLwiZgYZlfp89g0UOwgJQr0bpvqvEOxWDOUhYbByqS"</string>
|
||||
<string name="STAGING_PAYMAYA_API_URL" translatable="false">"https://pg-sandbox.paymaya.com"</string>
|
||||
<string name="STAGING_POST_PAY_API_KEY" translatable="false">"BZ3SGKGaGPNb9PtIoALywvizQZC26qgSFx3Ac9zc3yNQKw79CI5mabma3eXcBzo5IfUKy84JgIj"</string>
|
||||
<string name="STAGING_POST_PAY_TENANT_ID" translatable="false">"8ba3cd89-74be-4a7a-91a5-5eb59a2040b8"</string>
|
||||
<string name="STAGING_POST_PAY_URL" translatable="false">"https://partnerapi-au-uat.petrozone.com/v5/"</string>
|
||||
<string name="STAGING_PROJECT_CODE" translatable="false">"2HTVH1NY0723"</string>
|
||||
<string name="STAGING_PROJECT_KEY" translatable="false">"2a25ee1d-603c-4912-a13a-5656e247a86c"</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -33,6 +33,8 @@ import io.invertase.firebase.app.ReactNativeFirebaseAppPackage;
|
|||
import io.invertase.firebase.messaging.ReactNativeFirebaseMessagingPackage;
|
||||
// lottie-react-native
|
||||
import com.airbnb.android.react.lottie.LottiePackage;
|
||||
// react-native-config
|
||||
import com.lugg.RNCConfig.RNCConfigPackage;
|
||||
// react-native-date-picker
|
||||
import com.henninghall.date_picker.DatePickerPackage;
|
||||
// react-native-device-info
|
||||
|
@ -129,6 +131,7 @@ public class PackageList {
|
|||
new ReactNativeFirebaseAppPackage(),
|
||||
new ReactNativeFirebaseMessagingPackage(),
|
||||
new LottiePackage(),
|
||||
new RNCConfigPackage(),
|
||||
new DatePickerPackage(),
|
||||
new RNDeviceInfo(),
|
||||
new EmailPackage(),
|
||||
|
|
|
@ -7,6 +7,39 @@ public final class BuildConfig {
|
|||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "com.project.yondu.unioilloyaltyapp";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final int VERSION_CODE = 42;
|
||||
public static final String VERSION_NAME = "1.7.18";
|
||||
public static final int VERSION_CODE = 47;
|
||||
public static final String VERSION_NAME = "1.7.19";
|
||||
// Fields from default config.
|
||||
public static final String PROD_ACCOUNT_FCM_URL = "https://notification.unioilapps.com/api/fcmtoken/notifs";
|
||||
public static final String PROD_API_URL = "https://mobilerest.unioilapps.com/api/mobile/";
|
||||
public static final String PROD_CHECKOUT_KEY = "sk-VoMzbvf3EKPJTZvR4pz9U9wVoI5cqb8YItNT92e1fe4";
|
||||
public static final String PROD_FCM_REGISTER_URL = "https://notification.unioilapps.com/api/fcmtoken";
|
||||
public static final String PROD_IQAIR_KEY = "0914decb-561f-4dac-93fe-83aeeafc479d";
|
||||
public static final String PROD_IQAIR_URL = "http://api.airvisual.com/v2/";
|
||||
public static final String PROD_LOGS_URL = "https://logs.unioilapps.com/api/logs/project";
|
||||
public static final String PROD_NOTIFICATIONS_URL = "https://notification.unioilapps.com/api/notification/mobile/all";
|
||||
public static final String PROD_PAYMAYA_API_KEY = "pk-lR497RlilWbaJC20CHHFEghrOJlRLIzr4228b8xJLpS:";
|
||||
public static final String PROD_PAYMAYA_API_SECRET = "sk-U5uSfNiRaUCQmDiBtZRoLiCJaBbCVk7DSwKe7SavY4j:";
|
||||
public static final String PROD_PAYMAYA_API_URL = "https://pg.paymaya.com";
|
||||
public static final String PROD_POST_PAY_API_KEY = "2T2AzRVEC0dOynBRWuB09PNnep6KbSB57DJmwBkWKPXc8eyC7p3NvqbOFQ6KoYAA46c0UhcfNeA";
|
||||
public static final String PROD_POST_PAY_TENANT_ID = "8ba3cd89-74be-4a7a-91a5-5eb59a2040b8";
|
||||
public static final String PROD_POST_PAY_URL = "https://partnerapi-au.petrozone.com/v5/";
|
||||
public static final String PROD_PROJECT_CODE = "2HTVH1NY0623";
|
||||
public static final String PROD_PROJECT_KEY = "2a25ee1d-603c-4912-a13a-5656e247a86c";
|
||||
public static final String STAGING_ACCOUNT_FCM_URL = "https://stag-notifapi.unioilapps.com/api/fcmtoken/notifs";
|
||||
public static final String STAGING_API_URL = "https://stag-mobapi.unioilapps.com/api/mobile/";
|
||||
public static final String STAGING_CHECKOUT_KEY = "sk-VoMzbvf3EKPJTZvR4pz9U9wVoI5cqb8YItNT92e1fe4";
|
||||
public static final String STAGING_FCM_REGISTER_URL = "https://stag-notifapi.unioilapps.com/api/fcmtoken";
|
||||
public static final String STAGING_IQAIR_KEY = "0914decb-561f-4dac-93fe-83aeeafc479d";
|
||||
public static final String STAGING_IQAIR_URL = "http://api.airvisual.com/v2/";
|
||||
public static final String STAGING_LOGS_URL = "https://testlogs.unioilapps.com/api/logs/project";
|
||||
public static final String STAGING_NOTIFICATIONS_URL = "https://stag-notifapi.unioilapps.com/api/notification/mobile/all";
|
||||
public static final String STAGING_PAYMAYA_API_KEY = "pk-J3AtaSkYMd8MUM5lo9df7Inh6HlITq7W7Q52zBMp8X9";
|
||||
public static final String STAGING_PAYMAYA_API_SECRET = "sk-ewLwiZgYZlfp89g0UOwgJQr0bpvqvEOxWDOUhYbByqS";
|
||||
public static final String STAGING_PAYMAYA_API_URL = "https://pg-sandbox.paymaya.com";
|
||||
public static final String STAGING_POST_PAY_API_KEY = "BZ3SGKGaGPNb9PtIoALywvizQZC26qgSFx3Ac9zc3yNQKw79CI5mabma3eXcBzo5IfUKy84JgIj";
|
||||
public static final String STAGING_POST_PAY_TENANT_ID = "8ba3cd89-74be-4a7a-91a5-5eb59a2040b8";
|
||||
public static final String STAGING_POST_PAY_URL = "https://partnerapi-au-uat.petrozone.com/v5/";
|
||||
public static final String STAGING_PROJECT_CODE = "2HTVH1NY0723";
|
||||
public static final String STAGING_PROJECT_KEY = "2a25ee1d-603c-4912-a13a-5656e247a86c";
|
||||
}
|
||||
|
|
|
@ -7,6 +7,39 @@ public final class BuildConfig {
|
|||
public static final boolean DEBUG = false;
|
||||
public static final String APPLICATION_ID = "com.project.yondu.unioilloyaltyapp";
|
||||
public static final String BUILD_TYPE = "release";
|
||||
public static final int VERSION_CODE = 45;
|
||||
public static final int VERSION_CODE = 48;
|
||||
public static final String VERSION_NAME = "1.7.19";
|
||||
// Fields from default config.
|
||||
public static final String PROD_ACCOUNT_FCM_URL = "https://notification.unioilapps.com/api/fcmtoken/notifs";
|
||||
public static final String PROD_API_URL = "https://mobilerest.unioilapps.com/api/mobile/";
|
||||
public static final String PROD_CHECKOUT_KEY = "sk-VoMzbvf3EKPJTZvR4pz9U9wVoI5cqb8YItNT92e1fe4";
|
||||
public static final String PROD_FCM_REGISTER_URL = "https://notification.unioilapps.com/api/fcmtoken";
|
||||
public static final String PROD_IQAIR_KEY = "0914decb-561f-4dac-93fe-83aeeafc479d";
|
||||
public static final String PROD_IQAIR_URL = "http://api.airvisual.com/v2/";
|
||||
public static final String PROD_LOGS_URL = "https://logs.unioilapps.com/api/logs/project";
|
||||
public static final String PROD_NOTIFICATIONS_URL = "https://notification.unioilapps.com/api/notification/mobile/all";
|
||||
public static final String PROD_PAYMAYA_API_KEY = "pk-lR497RlilWbaJC20CHHFEghrOJlRLIzr4228b8xJLpS:";
|
||||
public static final String PROD_PAYMAYA_API_SECRET = "sk-U5uSfNiRaUCQmDiBtZRoLiCJaBbCVk7DSwKe7SavY4j:";
|
||||
public static final String PROD_PAYMAYA_API_URL = "https://pg.paymaya.com";
|
||||
public static final String PROD_POST_PAY_API_KEY = "2T2AzRVEC0dOynBRWuB09PNnep6KbSB57DJmwBkWKPXc8eyC7p3NvqbOFQ6KoYAA46c0UhcfNeA";
|
||||
public static final String PROD_POST_PAY_TENANT_ID = "8ba3cd89-74be-4a7a-91a5-5eb59a2040b8";
|
||||
public static final String PROD_POST_PAY_URL = "https://partnerapi-au.petrozone.com/v5/";
|
||||
public static final String PROD_PROJECT_CODE = "2HTVH1NY0623";
|
||||
public static final String PROD_PROJECT_KEY = "2a25ee1d-603c-4912-a13a-5656e247a86c";
|
||||
public static final String STAGING_ACCOUNT_FCM_URL = "https://stag-notifapi.unioilapps.com/api/fcmtoken/notifs";
|
||||
public static final String STAGING_API_URL = "https://stag-mobapi.unioilapps.com/api/mobile/";
|
||||
public static final String STAGING_CHECKOUT_KEY = "sk-VoMzbvf3EKPJTZvR4pz9U9wVoI5cqb8YItNT92e1fe4";
|
||||
public static final String STAGING_FCM_REGISTER_URL = "https://stag-notifapi.unioilapps.com/api/fcmtoken";
|
||||
public static final String STAGING_IQAIR_KEY = "0914decb-561f-4dac-93fe-83aeeafc479d";
|
||||
public static final String STAGING_IQAIR_URL = "http://api.airvisual.com/v2/";
|
||||
public static final String STAGING_LOGS_URL = "https://testlogs.unioilapps.com/api/logs/project";
|
||||
public static final String STAGING_NOTIFICATIONS_URL = "https://stag-notifapi.unioilapps.com/api/notification/mobile/all";
|
||||
public static final String STAGING_PAYMAYA_API_KEY = "pk-J3AtaSkYMd8MUM5lo9df7Inh6HlITq7W7Q52zBMp8X9";
|
||||
public static final String STAGING_PAYMAYA_API_SECRET = "sk-ewLwiZgYZlfp89g0UOwgJQr0bpvqvEOxWDOUhYbByqS";
|
||||
public static final String STAGING_PAYMAYA_API_URL = "https://pg-sandbox.paymaya.com";
|
||||
public static final String STAGING_POST_PAY_API_KEY = "BZ3SGKGaGPNb9PtIoALywvizQZC26qgSFx3Ac9zc3yNQKw79CI5mabma3eXcBzo5IfUKy84JgIj";
|
||||
public static final String STAGING_POST_PAY_TENANT_ID = "8ba3cd89-74be-4a7a-91a5-5eb59a2040b8";
|
||||
public static final String STAGING_POST_PAY_URL = "https://partnerapi-au-uat.petrozone.com/v5/";
|
||||
public static final String STAGING_PROJECT_CODE = "2HTVH1NY0723";
|
||||
public static final String STAGING_PROJECT_KEY = "2a25ee1d-603c-4912-a13a-5656e247a86c";
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-af/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-am/values-am.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-ar/values-ar.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-as/values-as.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-az/values-az.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-b+sr+Latn/values-b+sr+Latn.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-be/values-be.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-bg/values-bg.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-bn/values-bn.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-bs/values-bs.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-ca/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-cs/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-da/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-de/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-el/values-el.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-en-rAU/values-en-rAU.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-en-rCA/values-en-rCA.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-en-rGB/values-en-rGB.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-en-rIN/values-en-rIN.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-en-rXC/values-en-rXC.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-es-rUS/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-es/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-et/values-et.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-eu/values-eu.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-fa/values-fa.xml",
|
||||
|
|
|
@ -1,8 +1,25 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/node_modules/react-native-date-picker/android/build/intermediates/packaged_res/debug/values-fi/values-fi.xml",
|
||||
"from": {
|
||||
"startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "55,114,178,236,295,339,404,453,516,586,654,727,794,862,936,1008,1071,1139,1185",
|
||||
"endColumns": "58,63,57,58,43,64,48,62,69,67,72,66,67,73,71,62,67,45,58",
|
||||
"endOffsets": "109,173,231,290,334,399,448,511,581,649,722,789,857,931,1003,1066,1134,1180,1239"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,66,67",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2775,5005,5069,5127,5186,5230,5295,5344,5407,5558,5626,5699,5766,5834,5908,5980,6043,6212,6258",
|
||||
"endColumns": "58,63,57,58,43,64,48,62,69,67,72,66,67,73,71,62,67,45,58",
|
||||
"endOffsets": "2829,5064,5122,5181,5225,5290,5339,5402,5472,5621,5694,5761,5829,5903,5975,6038,6106,6253,6312"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-fi/values-fi.xml",
|
||||
"from": {
|
||||
|
@ -37,23 +54,6 @@
|
|||
"endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,5553"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty/node_modules/react-native-date-picker/android/build/intermediates/packaged_res/debug/values-fi/values-fi.xml",
|
||||
"from": {
|
||||
"startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "55,114,178,236,295,339,404,453,516,586,654,727,794,862,936,1008,1071,1139,1185",
|
||||
"endColumns": "58,63,57,58,43,64,48,62,69,67,72,66,67,73,71,62,67,45,58",
|
||||
"endOffsets": "109,173,231,290,334,399,448,511,581,649,722,789,857,931,1003,1066,1134,1180,1239"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,66,67",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2775,5005,5069,5127,5186,5230,5295,5344,5407,5558,5626,5699,5766,5834,5908,5980,6043,6212,6258",
|
||||
"endColumns": "58,63,57,58,43,64,48,62,69,67,72,66,67,73,71,62,67,45,58",
|
||||
"endOffsets": "2829,5064,5122,5181,5225,5290,5339,5402,5472,5621,5694,5761,5829,5903,5975,6038,6106,6253,6312"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-fi/values.xml",
|
||||
"from": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-fr-rCA/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-fr/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-gl/values-gl.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-gu/values-gu.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/08f11df2b3cde2aa138f513ce5cef956/material-1.1.0/res/values-h360dp-land-v13/values-h360dp-land-v13.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/08f11df2b3cde2aa138f513ce5cef956/material-1.1.0/res/values-h480dp-land-v13/values-h480dp-land-v13.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-h720dp-v13/values-h720dp-v13.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-hdpi-v4/values-hdpi-v4.xml",
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-he/values-he.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-he/values-he.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty/node_modules/react-native-date-picker/android/build/intermediates/packaged_res/debug/values-he/values-he.xml",
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/node_modules/react-native-date-picker/android/build/intermediates/packaged_res/debug/values-he/values-he.xml",
|
||||
"from": {
|
||||
"startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-hi/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-hr/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-hu/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-hy/values-hy.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-in/values-in.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-is/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-it/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-iw/values-iw.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-ja/values-ja.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-ka/values-ka.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-kk/values-kk.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-km/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-kn/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-ko/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-ky/values-ky.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-land/values-land.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-large-v4/values-large-v4.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-ldltr-v21/values-ldltr-v21.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-lo/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-lt/values-lt.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-lv/values-lv.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-mk/values-mk.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-ml/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-mn/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-mr/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-ms/values-ms.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-my/values.xml",
|
||||
|
|
|
@ -1,25 +1,8 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty/node_modules/react-native-date-picker/android/build/intermediates/packaged_res/debug/values-nb/values-nb.xml",
|
||||
"from": {
|
||||
"startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "55,111,166,219,274,316,378,427,484,531,597,662,725,790,863,930,996,1059,1105",
|
||||
"endColumns": "55,54,52,54,41,61,48,56,46,65,64,62,64,72,66,65,62,45,52",
|
||||
"endOffsets": "106,161,214,269,311,373,422,479,526,592,657,720,785,858,925,991,1054,1100,1153"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,66,67",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2737,5007,5062,5115,5170,5212,5274,5323,5380,5507,5573,5638,5701,5766,5839,5906,5972,6136,6182",
|
||||
"endColumns": "55,54,52,54,41,61,48,56,46,65,64,62,64,72,66,65,62,45,52",
|
||||
"endOffsets": "2788,5057,5110,5165,5207,5269,5318,5375,5422,5568,5633,5696,5761,5834,5901,5967,6030,6177,6230"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-nb/values-nb.xml",
|
||||
"from": {
|
||||
|
@ -37,6 +20,23 @@
|
|||
"endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,5502"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/node_modules/react-native-date-picker/android/build/intermediates/packaged_res/debug/values-nb/values-nb.xml",
|
||||
"from": {
|
||||
"startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "55,111,166,219,274,316,378,427,484,531,597,662,725,790,863,930,996,1059,1105",
|
||||
"endColumns": "55,54,52,54,41,61,48,56,46,65,64,62,64,72,66,65,62,45,52",
|
||||
"endOffsets": "106,161,214,269,311,373,422,479,526,592,657,720,785,858,925,991,1054,1100,1153"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,66,67",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2737,5007,5062,5115,5170,5212,5274,5323,5380,5507,5573,5638,5701,5766,5839,5906,5972,6136,6182",
|
||||
"endColumns": "55,54,52,54,41,61,48,56,46,65,64,62,64,72,66,65,62,45,52",
|
||||
"endOffsets": "2788,5057,5110,5165,5207,5269,5318,5375,5422,5568,5633,5696,5761,5834,5901,5967,6030,6177,6230"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-nb/values.xml",
|
||||
"from": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/c8d0e323eba9362ce3e919e57f0fd366/jetified-play-services-base-18.1.0/res/values-ne/values.xml",
|
||||
|
|
|
@ -1,8 +1,19 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/node_modules/@react-native-community/datetimepicker/android/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml",
|
||||
"from": {
|
||||
"startLines": "2,5",
|
||||
"startColumns": "4,4",
|
||||
"startOffsets": "55,200",
|
||||
"endLines": "4,7",
|
||||
"endColumns": "9,9",
|
||||
"endOffsets": "195,340"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/08f11df2b3cde2aa138f513ce5cef956/material-1.1.0/res/values-night-v8/values-night-v8.xml",
|
||||
"from": {
|
||||
|
@ -20,17 +31,6 @@
|
|||
"endOffsets": "1060,1184,1286,1388,1504,1606,1720,1848,1964,2086,2222,2342,2476,2596,2708,2834,3061,3185,3315,3437,3575,3691,3811"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty/node_modules/@react-native-community/datetimepicker/android/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml",
|
||||
"from": {
|
||||
"startLines": "2,5",
|
||||
"startColumns": "4,4",
|
||||
"startOffsets": "55,200",
|
||||
"endLines": "4,7",
|
||||
"endColumns": "9,9",
|
||||
"endOffsets": "195,340"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-night-v8/values-night-v8.xml",
|
||||
"from": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-nl/values-nl.xml",
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nn/values-nn.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nn/values-nn.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty/node_modules/react-native-date-picker/android/build/intermediates/packaged_res/debug/values-nn/values-nn.xml",
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/node_modules/react-native-date-picker/android/build/intermediates/packaged_res/debug/values-nn/values-nn.xml",
|
||||
"from": {
|
||||
"startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-no/values-no.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-no/values-no.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty/node_modules/react-native-date-picker/android/build/intermediates/packaged_res/debug/values-no/values-no.xml",
|
||||
"source": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/node_modules/react-native-date-picker/android/build/intermediates/packaged_res/debug/values-no/values-no.xml",
|
||||
"from": {
|
||||
"startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-or/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-pa/values-pa.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-pl/values-pl.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/7326973013876df08ee25058adc2d4da/appcompat-1.4.1/res/values-port/values-port.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-pt-rBR/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/968b5a1da92a4a3c388c3ba258262e7e/jetified-play-services-basement-18.1.0/res/values-pt-rPT/values.xml",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"logs": [
|
||||
{
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml",
|
||||
"outputFile": "/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "/Users/mac/.gradle/caches/transforms-2/files-2.1/167bc13d0818cf585104322ecb8e2300/core-1.7.0/res/values-pt/values-pt.xml",
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue