Skip to content

Commit 560d789

Browse files
authored
Merge pull request #214 from internxt/releases/1.5.31
Mobile 1.5.31 release
2 parents 8a36daa + e8097f4 commit 560d789

52 files changed

Lines changed: 249 additions & 63 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ android {
154154
applicationId 'com.internxt.cloud'
155155
minSdkVersion rootProject.ext.minSdkVersion
156156
targetSdkVersion rootProject.ext.targetSdkVersion
157-
versionCode 77
158-
versionName "1.5.29"
157+
versionCode 80
158+
versionName "1.5.31"
159159
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
160160
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
161161
}

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</queries>
2323
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:allowBackup="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_launcher_round">
2424
<meta-data android:name="expo.modules.updates.ENABLED" android:value="true"/>
25-
<meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="1.5.28"/>
25+
<meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="1.5.31"/>
2626
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
2727
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
2828
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://u.expo.dev/680f4feb-6315-4a50-93ec-36dcd0b831d2"/>
2.27 MB
2.27 MB
2.27 MB
2.27 MB
2.27 MB
9.36 KB
9.36 KB
9.54 KB

0 commit comments

Comments
 (0)