- 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
31 lines
1.1 KiB
Groovy
31 lines
1.1 KiB
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
android {
|
|
compileOptions {
|
|
sourceCompatibility JavaVersion.VERSION_21
|
|
targetCompatibility JavaVersion.VERSION_21
|
|
}
|
|
}
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
dependencies {
|
|
implementation project(':capacitor-community-sqlite')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-device')
|
|
implementation project(':capacitor-local-notifications')
|
|
implementation project(':capacitor-network')
|
|
implementation project(':capacitor-preferences')
|
|
implementation project(':capacitor-push-notifications')
|
|
implementation project(':capacitor-status-bar')
|
|
implementation project(':capgo-capacitor-social-login')
|
|
implementation project(':revenuecat-purchases-capacitor')
|
|
implementation project(':revenuecat-purchases-capacitor-ui')
|
|
implementation project(':capacitor-plugin-safe-area')
|
|
implementation "com.android.billingclient:billing:7.1.1"
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|