Skip to content

Commit 72f3dd0

Browse files
release: v3.1.0
1 parent 15d29a0 commit 72f3dd0

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 2120
100+
versionCode 2130
101101
versionName "3.1.0"
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
@@ -30,7 +30,7 @@ export default (): ExpoConfig => {
3030
assetBundlePatterns: ["**/*"],
3131
android: {
3232
package: "com.cyanchill.missingcore.music",
33-
versionCode: 2120,
33+
versionCode: 2130,
3434
adaptiveIcon: {
3535
foregroundImage: `./assets/${BUILD_THEME}/adaptive-icon.png`,
3636
monochromeImage: `./assets/${BUILD_THEME}/adaptive-icon-monochrome.png`,

0 commit comments

Comments
 (0)