Checked-in android/ Capacitor project plus the native TiptoiPlugin (Kotlin): SAF directory picker for the pen, listing/copying/deleting .gme files on the pen, and downloading GME/cover files into app-private storage.
5 lines
208 B
Groovy
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' |