File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ android {
169169 applicationId ' com.cyanchill.missingcore.music'
170170 minSdkVersion rootProject. ext. minSdkVersion
171171 targetSdkVersion rootProject. ext. targetSdkVersion
172- versionCode 1055
173- versionName " 2.8.2 "
172+ versionCode 1056
173+ versionName " 2.8.3 "
174174 }
175175 /**
176176 * https://developer.android.com/build/configure-apk-splits
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export default (): ExpoConfig => ({
4242 name : "Music" ,
4343 slug : "Music" ,
4444 description : "A Nothing inspired music player." ,
45- version : "2.8.2 " ,
45+ version : "2.8.3 " ,
4646 platforms : [ "android" ] ,
4747 githubUrl : "https://github.com/MissingCore/Music" ,
4848 orientation : "portrait" ,
@@ -54,7 +54,7 @@ export default (): ExpoConfig => ({
5454 assetBundlePatterns : [ "**/*" ] ,
5555 android : {
5656 package : "com.cyanchill.missingcore.music" ,
57- versionCode : 1055 ,
57+ versionCode : 1056 ,
5858 adaptiveIcon : {
5959 foregroundImage : "./assets/adaptive-icon.png" ,
6060 monochromeImage : "./assets/adaptive-icon-monochrome.png" ,
Original file line number Diff line number Diff line change 22 "name" : " music" ,
33 "private" : true ,
44 "main" : " index.ts" ,
5- "version" : " 2.8.2 " ,
5+ "version" : " 2.8.3 " ,
66 "description" : " A Nothing inspired music player." ,
77 "license" : " AGPL-3.0-only" ,
88 "repository" : {
Original file line number Diff line number Diff line change 1- export const APP_VERSION = "v2.8.2 " ;
1+ export const APP_VERSION = "v2.8.3 " ;
You can’t perform that action at this time.
0 commit comments