File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ dependencies {
111111 // MediaPipe GenAI for offline inference (LLM)
112112 implementation(" com.google.mediapipe:tasks-genai:0.10.32" )
113113 // LiteRT-LM for newer offline .litertlm models (e.g. Gemma 4 E4B it)
114- implementation(" com.google.ai.edge.litertlm:litertlm-android:0.9.0-alpha06 " )
114+ implementation(" com.google.ai.edge.litertlm:litertlm-android:0.10.0 " )
115115
116116 // Camera Core to potentially fix missing JNI lib issue
117117 implementation(" androidx.camera:camera-core:1.4.0" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020}
2121// Top-level build file where you can add configuration options common to all sub-projects/modules.
2222plugins {
23- id(" com.android.application" ) version " 8.1.3 " apply false
23+ id(" com.android.application" ) version " 8.8.2 " apply false
2424 id(" org.jetbrains.kotlin.android" ) version " 1.9.20" apply false
2525 id(" com.google.android.libraries.mapsplatform.secrets-gradle-plugin" ) version " 2.0.1" apply false
2626 id(" com.google.gms.google-services" ) version " 4.4.2" apply false
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments