Files
gtd/app/android/build.gradle
Marcus Rehbock c16bd02889
Some checks failed
Build & Release APK / build (push) Failing after 1h6m48s
Android release pipeline: prebuilt native project, env-driven signing, Gitea Actions workflow
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-07 17:29:03 -07:00

25 lines
556 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')
classpath('com.facebook.react:react-native-gradle-plugin')
classpath('org.jetbrains.kotlin:kotlin-gradle-plugin')
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }
}
}
apply plugin: "expo-root-project"
apply plugin: "com.facebook.react.rootproject"