spiegel-keyman/android/Samples/KMSample2/build.gradle
Eberhard Beilharz 8f62333e99
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
chore(android): address code review comments
Sample apps should not reference the project but the .aar instead.
2026-08-20 12:10:57 +02:00

21 lines
480 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.9.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
}
}