Add analytics tab view analytics

This commit is contained in:
Xisheng-Zhao
2026-05-18 17:46:23 +08:00
parent 82b556f0c0
commit 392b961fb6
5 changed files with 326 additions and 44 deletions
+7
View File
@@ -4,6 +4,7 @@ plugins {
id "org.jetbrains.kotlin.plugin.compose"
}
android {
namespace "ai.multica.app"
compileSdk 36
@@ -46,6 +47,12 @@ android {
buildConfigField "String", "MULTICA_AUTH_PREFS_NAME", "\"multica_auth\""
}
}
buildTypes {
release {
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
}
}
}
dependencies {