You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
378 B
10 lines
378 B
rootProject.name = 'daily-notification'
|
|
|
|
include ':app'
|
|
include ':capacitor-android'
|
|
include ':capacitor-cordova-android-plugins'
|
|
|
|
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')
|
|
project(':capacitor-cordova-android-plugins').projectDir = new File('./capacitor-cordova-android-plugins')
|
|
|
|
apply from: 'capacitor.settings.gradle'
|