Files
nonograms/android/settings.gradle
Grzegorz Kucmierz 15fffbc19a
All checks were successful
Deploy to Production / deploy (push) Successful in 22s
feat: add capacitor for mobile deployment
2026-02-13 08:29:13 +01:00

5 lines
208 B
Groovy

include ':app'
include ':capacitor-cordova-android-plugins'
project(':capacitor-cordova-android-plugins').projectDir = new File('./capacitor-cordova-android-plugins/')
apply from: 'capacitor.settings.gradle'