Skip to content

Commit b8513d6

Browse files
kgluszczykclaude
andcommitted
chore: bump version to 1.2.0-SNAPSHOT for Gemma 4 support
Rebased onto upstream master (b8672+) which includes Gemma 4 model support (PR ggml-org#21309, ggml-org#21326, ggml-org#21418). This enables loading Gemma 4 E2B/E4B GGUF models on-device via llama.cpp. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7009804 commit b8513d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/llama.android/lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("maven-publish")
55
}
66

7-
val libraryVersion: String = project.findProperty("version") as? String ?: "1.1.0-SNAPSHOT"
7+
val libraryVersion: String = project.findProperty("version") as? String ?: "1.2.0-SNAPSHOT"
88
val githubUser: String? = project.findProperty("githubUser") as? String
99
val githubToken: String? = project.findProperty("githubToken") as? String
1010

0 commit comments

Comments
 (0)