47df14c952
A fully local AI assistant for Android powered by Google's Gemma 4 models. Features: - Fully local inference (voice/image/text on-device) - Voice input with Voice Activity Detection - Image understanding with camera/gallery support - Text chat with markdown rendering - Gemma 4 via LiteRT-LM (E2B/E4B variants) - Model download manager - Session management with persistent history - Smart TTS with auto-detect mode - Device RAM info for model selection
14 lines
394 B
Properties
14 lines
394 B
Properties
# Gradle settings
|
|
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=false
|
|
org.gradle.configureondemand=false
|
|
|
|
# Android settings
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
kotlin.code.style=official
|
|
android.nonTransitiveRClass=true
|
|
|
|
# KSP settings - KSP2 is required for Kotlin 2.3.20+
|