~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
ui/src-tauri/gen/android/buildSrc/build.gradle.kts
plugins { `kotlin-dsl`}
gradlePlugin { plugins { create("pluginsForCoolKids") { id = "rust" implementationClass = "RustPlugin" } }}
repositories { google() mavenCentral()}
dependencies { compileOnly(gradleApi()) implementation("com.android.tools.build:gradle:8.11.0")}