- Integrated RevenueCat for subscription management in Settings. - Added subscription and user deletion modals in Settings. - Improved analytics display in Things History with update frequency and trend calculations. - Enhanced User Activities timeline with a more structured layout. - Revamped User Points section with a leaderboard and detailed points analytics. - Introduced responsive design elements and improved user experience across various components. - Add permission for Camera to support uploading photo via camera
40 lines
1.9 KiB
Groovy
40 lines
1.9 KiB
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-community-sqlite'
|
|
project(':capacitor-community-sqlite').projectDir = new File('../node_modules/@capacitor-community/sqlite/android')
|
|
|
|
include ':capacitor-app'
|
|
project(':capacitor-app').projectDir = new File('../node_modules/@capacitor/app/android')
|
|
|
|
include ':capacitor-device'
|
|
project(':capacitor-device').projectDir = new File('../node_modules/@capacitor/device/android')
|
|
|
|
include ':capacitor-local-notifications'
|
|
project(':capacitor-local-notifications').projectDir = new File('../node_modules/@capacitor/local-notifications/android')
|
|
|
|
include ':capacitor-network'
|
|
project(':capacitor-network').projectDir = new File('../node_modules/@capacitor/network/android')
|
|
|
|
include ':capacitor-preferences'
|
|
project(':capacitor-preferences').projectDir = new File('../node_modules/@capacitor/preferences/android')
|
|
|
|
include ':capacitor-push-notifications'
|
|
project(':capacitor-push-notifications').projectDir = new File('../node_modules/@capacitor/push-notifications/android')
|
|
|
|
include ':capacitor-status-bar'
|
|
project(':capacitor-status-bar').projectDir = new File('../node_modules/@capacitor/status-bar/android')
|
|
|
|
include ':capgo-capacitor-social-login'
|
|
project(':capgo-capacitor-social-login').projectDir = new File('../node_modules/@capgo/capacitor-social-login/android')
|
|
|
|
include ':revenuecat-purchases-capacitor'
|
|
project(':revenuecat-purchases-capacitor').projectDir = new File('../node_modules/@revenuecat/purchases-capacitor/android')
|
|
|
|
include ':revenuecat-purchases-capacitor-ui'
|
|
project(':revenuecat-purchases-capacitor-ui').projectDir = new File('../node_modules/@revenuecat/purchases-capacitor-ui/android')
|
|
|
|
include ':capacitor-plugin-safe-area'
|
|
project(':capacitor-plugin-safe-area').projectDir = new File('../node_modules/capacitor-plugin-safe-area/android')
|