mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +03:00
9 lines
193 B
Groovy
9 lines
193 B
Groovy
include ':app'
|
|
{{~#each asset-packs}}
|
|
include ':{{this}}'{{/each}}
|
|
|
|
include ':tauri-android'
|
|
project(':tauri-android').projectDir = new File('./tauri-api')
|
|
|
|
apply from: 'tauri.settings.gradle'
|