[skip actions]

This commit is contained in:
anultravioletaurora
2025-05-15 17:19:29 +00:00
parent 67fb799c5b
commit a2663b3532
3 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ android {
applicationId "com.jellify"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 68
versionName "0.12.19"
versionCode 69
versionName "0.12.20"
}
signingConfigs {
debug {
+4 -4
View File
@@ -643,7 +643,7 @@
CODE_SIGN_IDENTITY = "Apple Development: Jack Caulfield (66Z9J9NX2X)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development: Jack Caulfield (66Z9J9NX2X)";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 180;
CURRENT_PROJECT_VERSION = 181;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_BITCODE = NO;
@@ -654,7 +654,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.12.19;
MARKETING_VERSION = 0.12.20;
NEW_SETTING = "";
OTHER_LDFLAGS = (
"$(inherited)",
@@ -685,7 +685,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 180;
CURRENT_PROJECT_VERSION = 181;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -695,7 +695,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.12.19;
MARKETING_VERSION = 0.12.20;
NEW_SETTING = "";
OTHER_LDFLAGS = (
"$(inherited)",
+5 -6
View File
@@ -1,6 +1,6 @@
{
"name": "jellify",
"version": "0.12.19",
"version": "0.12.20",
"private": true,
"scripts": {
"init-android": "yarn",
@@ -26,10 +26,10 @@
"prepare": "husky",
"format:check": "prettier --check .",
"format": "prettier --write .",
"createBundle:android":"mkdir -p android/App-Bundles && react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/App-Bundles/index.android.bundle --assets-dest android/App-Bundles",
"createBundle:android": "mkdir -p android/App-Bundles && react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/App-Bundles/index.android.bundle --assets-dest android/App-Bundles",
"createBundle:ios": "mkdir -p ios/App-Bundles && react-native bundle --platform ios --dev false --entry-file index.js --bundle-output ios/App-Bundles/main.jsbundle --assets-dest ios/App-Bundles",
"sendOTA:android":"bash scripts/ota-android.sh",
"sendOTA:iOS":"bash scripts/ota-iOS.sh",
"sendOTA:android": "bash scripts/ota-android.sh",
"sendOTA:iOS": "bash scripts/ota-iOS.sh",
"postinstall": "patch-package"
},
"dependencies": {
@@ -61,7 +61,6 @@
"react-native": "0.79.2",
"react-native-background-actions": "^4.0.1",
"react-native-blob-util": "^0.21.2",
"react-native-carplay": "^2.4.1-beta.0",
"react-native-device-info": "^14.0.4",
"react-native-draggable-flatlist": "^4.0.3",
@@ -130,4 +129,4 @@
"engines": {
"node": ">=18"
}
}
}