Skip to content

Commit

Permalink
Merge pull request #1705 from ever-co/release/status
Browse files Browse the repository at this point in the history
chore: fix eas error
  • Loading branch information
evereq authored Nov 2, 2023
2 parents a89d12d + 6d112c0 commit 0c5350c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</queries>
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true" android:requestLegacyExternalStorage="true">
<meta-data android:name="expo.modules.updates.ENABLED" android:value="true"/>
<meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="exposdk:48.0.0"/>
<meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="@string/expo_runtime_version"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://u.expo.dev/2ff924e4-7a91-4b23-9db9-7453a8063bb0"/>
Expand All @@ -33,4 +33,4 @@
</activity>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false"/>
</application>
</manifest>
</manifest>
4 changes: 2 additions & 2 deletions apps/mobile/android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<string name="app_name">Ever Teams</string>
<string name="expo_splash_screen_resize_mode" translatable="false">cover</string>
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
<string name="expo_runtime_version">1.0.0</string>
</resources>
<string name="expo_runtime_version">exposdk:48.0.0</string>
</resources>
10 changes: 6 additions & 4 deletions apps/mobile/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
}
},
"submit":{
"android":{
"track":"internal",
"releaseStatus":"draft",
"changesNotSentForReview":false
"production":{
"android":{
"track":"internal",
"releaseStatus":"draft",
"changesNotSentForReview":false
}
}
}
}

0 comments on commit 0c5350c

Please sign in to comment.