Compare commits

..

2 Commits

Author SHA1 Message Date
3fe00eb3d7 Merge branch 'master' of http://synbox.ruv.wtf:8418/litruv/cinny-mobile
Some checks failed
Build / increment-version (push) Successful in 7s
Build / build-and-release (push) Failing after 51s
2026-04-15 22:14:24 +10:00
85851d7288 fix: update version to 4.11.66 and streamline Android build scripts 2026-04-15 22:14:14 +10:00
3 changed files with 10 additions and 11 deletions

2
cinny

Submodule cinny updated: 0659f3c1b0...b3deb4d518

View File

@@ -1,22 +1,21 @@
{ {
"name": "paarrot", "name": "paarrot",
<<<<<<< HEAD
"version": "4.11.66",
=======
"version": "4.11.83", "version": "4.11.83",
>>>>>>> 47f1b2c40f38dfeb985a1965fe4222614cdfcf23
"description": "Paarrot - A Matrix client based on Cinny", "description": "Paarrot - A Matrix client based on Cinny",
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"
}, },
"scripts": { "scripts": {
"android:prepare": "node scripts/apply-overlay.mjs && cd cinny && npm install && npm run build && npx cap sync android", "android:prepare": "node -e \"require('fs').copyFileSync('config.json', 'cinny/config.json')\" && cd cinny && npm run build && npx cap sync android",
"android:patch-settings:linux": "sed -i 's|../node_modules/|../cinny/node_modules/|g' android/capacitor.settings.gradle",
"android:restore": "node scripts/restore-cinny.mjs",
"android:open": "cd cinny && npx cap open android", "android:open": "cd cinny && npx cap open android",
"android:run": "cd cinny && npx cap run android", "android:run": "cd cinny && npx cap run android",
"android:apk": "npm run android:prepare && cd cinny/android && gradlew.bat assembleDebug && cd ../.. && node scripts/restore-cinny.mjs", "android:apk": "npm run android:prepare && cd cinny/android && gradlew.bat assembleDebug",
"android:apk:linux": "npm run android:prepare && npm run android:patch-settings:linux && cd cinny/android && ./gradlew assembleDebug && cd ../.. && node scripts/restore-cinny.mjs", "android:apk:release": "npm run android:prepare && cd cinny/android && gradlew.bat assembleRelease",
"android:apk:release": "npm run android:prepare && cd cinny/android && gradlew.bat assembleRelease && cd ../.. && node scripts/restore-cinny.mjs", "android:aab": "npm run android:prepare && cd cinny/android && gradlew.bat bundleRelease"
"android:apk:release:linux": "npm run android:prepare && npm run android:patch-settings:linux && cd cinny/android && ./gradlew assembleRelease && cd ../.. && node scripts/restore-cinny.mjs",
"android:aab": "npm run android:prepare && cd cinny/android && gradlew.bat bundleRelease && cd ../.. && node scripts/restore-cinny.mjs",
"android:aab:linux": "npm run android:prepare && npm run android:patch-settings:linux && cd cinny/android && ./gradlew bundleRelease && cd ../.. && node scripts/restore-cinny.mjs"
}, },
"keywords": [], "keywords": [],
"author": { "author": {