-commit promo loading fix in guest
This commit is contained in:
parent
4f837650e5
commit
73d0ff7a8f
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.
|
@ -158,7 +158,7 @@ android {
|
||||||
applicationId "com.project.yondu.unioilloyaltyapp"
|
applicationId "com.project.yondu.unioilloyaltyapp"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 48
|
versionCode 49
|
||||||
versionName "1.7.19"
|
versionName "1.7.19"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
// resValue 'string', 'build_config_package','com.project.yondu.unioilloyaltyapp'
|
// resValue 'string', 'build_config_package','com.project.yondu.unioilloyaltyapp'
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@ public final class BuildConfig {
|
||||||
public static final boolean DEBUG = false;
|
public static final boolean DEBUG = false;
|
||||||
public static final String APPLICATION_ID = "com.project.yondu.unioilloyaltyapp";
|
public static final String APPLICATION_ID = "com.project.yondu.unioilloyaltyapp";
|
||||||
public static final String BUILD_TYPE = "release";
|
public static final String BUILD_TYPE = "release";
|
||||||
public static final int VERSION_CODE = 48;
|
public static final int VERSION_CODE = 49;
|
||||||
public static final String VERSION_NAME = "1.7.19";
|
public static final String VERSION_NAME = "1.7.19";
|
||||||
// Fields from default config.
|
// Fields from default config.
|
||||||
public static final String PROD_ACCOUNT_FCM_URL = "https://notification.unioilapps.com/api/fcmtoken/notifs";
|
public static final String PROD_ACCOUNT_FCM_URL = "https://notification.unioilapps.com/api/fcmtoken/notifs";
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.project.yondu.unioilloyaltyapp"
|
package="com.project.yondu.unioilloyaltyapp"
|
||||||
android:versionCode="48"
|
android:versionCode="49"
|
||||||
android:versionName="1.7.19" >
|
android:versionName="1.7.19" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"apkData": {
|
"apkData": {
|
||||||
"type": "MAIN",
|
"type": "MAIN",
|
||||||
"splits": [],
|
"splits": [],
|
||||||
"versionCode": 48,
|
"versionCode": 49,
|
||||||
"versionName": "1.7.19",
|
"versionName": "1.7.19",
|
||||||
"outputFile": "app-release.apk",
|
"outputFile": "app-release.apk",
|
||||||
"fullName": "release",
|
"fullName": "release",
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
#Wed Mar 20 23:08:18 PST 2024
|
#Thu Mar 21 12:39:40 PST 2024
|
||||||
base.2=/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/dex/release/mergeDexRelease/classes3.dex
|
base.2=/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/dex/release/mergeDexRelease/classes3.dex
|
||||||
path.2=classes3.dex
|
path.2=classes3.dex
|
||||||
base.1=/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/dex/release/mergeDexRelease/classes2.dex
|
base.1=/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/dex/release/mergeDexRelease/classes2.dex
|
||||||
|
|
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.project.yondu.unioilloyaltyapp"
|
package="com.project.yondu.unioilloyaltyapp"
|
||||||
android:targetSandboxVersion="2"
|
android:targetSandboxVersion="2"
|
||||||
android:versionCode="48"
|
android:versionCode="49"
|
||||||
android:versionName="1.7.19" >
|
android:versionName="1.7.19" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"apkData": {
|
"apkData": {
|
||||||
"type": "MAIN",
|
"type": "MAIN",
|
||||||
"splits": [],
|
"splits": [],
|
||||||
"versionCode": 48,
|
"versionCode": 49,
|
||||||
"versionName": "1.7.19",
|
"versionName": "1.7.19",
|
||||||
"outputFile": "app-release.apk",
|
"outputFile": "app-release.apk",
|
||||||
"fullName": "release",
|
"fullName": "release",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
1<?xml version="1.0" encoding="utf-8"?>
|
1<?xml version="1.0" encoding="utf-8"?>
|
||||||
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
3 package="com.project.yondu.unioilloyaltyapp"
|
3 package="com.project.yondu.unioilloyaltyapp"
|
||||||
4 android:versionCode="48"
|
4 android:versionCode="49"
|
||||||
5 android:versionName="1.7.19" >
|
5 android:versionName="1.7.19" >
|
||||||
6
|
6
|
||||||
7 <uses-sdk
|
7 <uses-sdk
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.project.yondu.unioilloyaltyapp"
|
package="com.project.yondu.unioilloyaltyapp"
|
||||||
android:versionCode="48"
|
android:versionCode="49"
|
||||||
android:versionName="1.7.19" >
|
android:versionName="1.7.19" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"apkData": {
|
"apkData": {
|
||||||
"type": "MAIN",
|
"type": "MAIN",
|
||||||
"splits": [],
|
"splits": [],
|
||||||
"versionCode": 48,
|
"versionCode": 49,
|
||||||
"versionName": "1.7.19",
|
"versionName": "1.7.19",
|
||||||
"outputFile": "app-release.apk",
|
"outputFile": "app-release.apk",
|
||||||
"fullName": "release",
|
"fullName": "release",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"apkData": {
|
"apkData": {
|
||||||
"type": "MAIN",
|
"type": "MAIN",
|
||||||
"splits": [],
|
"splits": [],
|
||||||
"versionCode": 48,
|
"versionCode": 49,
|
||||||
"versionName": "1.7.19",
|
"versionName": "1.7.19",
|
||||||
"outputFile": "app-release.apk",
|
"outputFile": "app-release.apk",
|
||||||
"fullName": "release",
|
"fullName": "release",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"apkData": {
|
"apkData": {
|
||||||
"type": "MAIN",
|
"type": "MAIN",
|
||||||
"splits": [],
|
"splits": [],
|
||||||
"versionCode": 48,
|
"versionCode": 49,
|
||||||
"versionName": "1.7.19",
|
"versionName": "1.7.19",
|
||||||
"outputFile": "app-release.apk",
|
"outputFile": "app-release.apk",
|
||||||
"fullName": "release",
|
"fullName": "release",
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -176,7 +176,7 @@ document.getElementById(id).style.display = 'none';
|
||||||
<span class="mdl-layout-title">Lint Report: No errors or warnings</span>
|
<span class="mdl-layout-title">Lint Report: No errors or warnings</span>
|
||||||
<div class="mdl-layout-spacer"></div>
|
<div class="mdl-layout-spacer"></div>
|
||||||
<nav class="mdl-navigation mdl-layout--large-screen-only">
|
<nav class="mdl-navigation mdl-layout--large-screen-only">
|
||||||
Check performed at Wed Mar 20 23:08:10 PST 2024 </nav>
|
Check performed at Thu Mar 21 12:39:29 PST 2024 </nav>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="mdl-layout__drawer">
|
<div class="mdl-layout__drawer">
|
||||||
|
|
|
@ -270,7 +270,7 @@ class Home extends React.PureComponent {
|
||||||
NetInfo.netstatus(async isConnected => {
|
NetInfo.netstatus(async isConnected => {
|
||||||
if(isConnected){
|
if(isConnected){
|
||||||
this.setState({ loading: true })
|
this.setState({ loading: true })
|
||||||
if(this.state.isGuest == 'true'){
|
if(this.state.isGuest){
|
||||||
this.loadIsGuest()
|
this.loadIsGuest()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue