mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-26 22:45:58 -05:00
* Update build configuration to support mobile app * Add release notes * Fix build * Depcheck * Typo * Deps * Typo * fix * PR feedback * Typo * CodeRabbit * Changing approach * Scope changes * Hot-reload * Remove mobile update and simplify build * Fix android build * Unsigned builds * Revert compat * Pull from workspace, not relative path * Attempt to fix build (run on macos) * [AI] Diagnose Android SDK on mobile runner * [AI] Configure Android SDK on mobile runner
7 lines
365 B
Groovy
7 lines
365 B
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
include ':capacitor-android'
|
|
project(':capacitor-android').projectDir = new File('../../../node_modules/@capacitor/android/capacitor')
|
|
|
|
include ':capacitor-splash-screen'
|
|
project(':capacitor-splash-screen').projectDir = new File('../../../node_modules/@capacitor/splash-screen/android')
|