diff options
Diffstat (limited to 'llama.cpp/examples/llama.android/gradle')
| -rw-r--r-- | llama.cpp/examples/llama.android/gradle/libs.versions.toml | 53 | ||||
| -rw-r--r-- | llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.jar | bin | 0 -> 59203 bytes | |||
| -rw-r--r-- | llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.properties | 6 |
3 files changed, 59 insertions, 0 deletions
diff --git a/llama.cpp/examples/llama.android/gradle/libs.versions.toml b/llama.cpp/examples/llama.android/gradle/libs.versions.toml new file mode 100644 index 0000000..8ff2afd --- /dev/null +++ b/llama.cpp/examples/llama.android/gradle/libs.versions.toml @@ -0,0 +1,53 @@ +[versions] + +# Plugins +agp = "8.13.2" +kotlin = "2.3.0" + +# AndroidX +activity = "1.12.2" +appcompat = "1.7.1" +core-ktx = "1.17.0" +constraint-layout = "2.2.1" +datastore-preferences = "1.2.0" + +# Material +material = "1.13.0" + +# Testing +espresso-core = "3.7.0" +androidx-junit = "1.3.0" +junit = "4.13.2" + + +[plugins] +android-application = { id = "com.android.application", version.ref = "agp" } +android-library = { id = "com.android.library", version.ref = "agp" } +jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } + + +[libraries] + +# AndroidX +androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" } +androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } +androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraint-layout" } +androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" } +androidx-datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore-preferences" } + +#Material +material = { group = "com.google.android.material", name = "material", version.ref = "material" } + +# Testing +androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" } +androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-junit" } +junit = { group = "junit", name = "junit", version.ref = "junit" } + +[bundles] +androidx = [ + "androidx-activity", + "androidx-appcompat", + "androidx-constraintlayout", + "androidx-core-ktx", + "androidx-datastore-preferences", +] diff --git a/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.jar b/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.jar Binary files differnew file mode 100644 index 0000000..e708b1c --- /dev/null +++ b/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.jar diff --git a/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.properties b/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..6b993e9 --- /dev/null +++ b/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Tue Apr 01 11:15:06 PDT 2025 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists |
