chore: add gradle wrapper + version catalog + root build
Bootstrapped Gradle 8.14 wrapper from HouseHoldKeaper, then upgraded to 9.5.1 (required by AGP 9.1.1). All dependency versions verified as latest stable on 2026-06-08, with Material 3 deliberately pinned to 1.5.0-alpha21 (Expressive APIs are not in any stable release yet). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
17
gradle.properties
Normal file
17
gradle.properties
Normal file
@@ -0,0 +1,17 @@
|
||||
# Project-wide Gradle settings.
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||||
|
||||
# Required for AndroidX.
|
||||
android.useAndroidX=true
|
||||
|
||||
# Kotlin code style for this project: "official" or "obsolete".
|
||||
kotlin.code.style=official
|
||||
|
||||
# Enables namespacing of each library's R class, less RAM, faster builds.
|
||||
android.nonTransitiveRClass=true
|
||||
|
||||
# Use new K2 compiler defaults (Kotlin 2.x).
|
||||
kotlin.incremental=true
|
||||
|
||||
# Reproducible builds for F-Droid.
|
||||
android.uniquePackageNames=true
|
||||
Reference in New Issue
Block a user