Skip to content

Commit

Permalink
release: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingCore-Bot committed Jan 15, 2025
1 parent c153125 commit d835f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ android {
applicationId 'com.cyanchill.missingcore.music'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1004
versionCode 1005
versionName "2.0.1"
}
/**
Expand Down
2 changes: 1 addition & 1 deletion mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default (): ExpoConfig => ({
assetBundlePatterns: ["**/*"],
android: {
package: "com.cyanchill.missingcore.music",
versionCode: 1004,
versionCode: 1005,
adaptiveIcon: {
foregroundImage: "./assets/adaptive-icon.png",
monochromeImage: "./assets/adaptive-icon-monochrome.png",
Expand Down

0 comments on commit d835f8b

Please sign in to comment.