Update release channels.
This commit is contained in:
4
app.json
4
app.json
@@ -4,7 +4,7 @@
|
||||
"slug": "imexmobile",
|
||||
"version": "1.6.0",
|
||||
"extra": {
|
||||
"expover": "5",
|
||||
"expover": "8",
|
||||
"eas": {
|
||||
"projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b"
|
||||
}
|
||||
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"android": {
|
||||
"package": "com.imex.imexmobile",
|
||||
"versionCode": 1100030,
|
||||
"versionCode": 1100033,
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"permissions": [
|
||||
"android.permission.READ_EXTERNAL_STORAGE",
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ScreenSettingsComponent() {
|
||||
})}
|
||||
</Title>
|
||||
|
||||
<Text>Release Channel {Updates.releaseChannel}</Text>
|
||||
<Text>Release Channel {Updates.channel}</Text>
|
||||
<SignOutButton />
|
||||
{/* <Button title="Purge State" onPress={() => purgeStoredState()} /> */}
|
||||
</View>
|
||||
|
||||
2
eas.json
2
eas.json
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"test": {
|
||||
"releaseChannel": "test",
|
||||
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
|
||||
"env": { "API_URL": "https://api.test.imex.online"}
|
||||
},
|
||||
"production": {
|
||||
"releaseChannel": "production",
|
||||
|
||||
Reference in New Issue
Block a user