Skip to content

Commit 51d7633

Browse files
release: v3.4.0-rc.1
1 parent 243d8cd commit 51d7633

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mobile/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ android {
9797
applicationId 'com.cyanchill.missingcore.music'
9898
minSdkVersion rootProject.ext.minSdkVersion
9999
targetSdkVersion rootProject.ext.targetSdkVersion
100-
versionCode 2190
100+
versionCode 2200
101101
versionName "3.4.0-rc.1"
102102

103103
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""

mobile/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default (): ExpoConfig => {
3838
assetBundlePatterns: ["**/*"],
3939
android: {
4040
package: "com.cyanchill.missingcore.music",
41-
versionCode: 2190,
41+
versionCode: 2200,
4242
allowBackup: false,
4343
adaptiveIcon: {
4444
foregroundImage: `./assets/${BUILD_THEME}/adaptive-icon.png`,

0 commit comments

Comments
 (0)