![renovate[bot]](/assets/img/avatar_default.png)
* chore(deps): update kotlin and compose compiler to v2 * Update .gitignore * Fix build --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com> (cherry picked from commit 46003ec25139319079abc9fde89b3afd344a1a11) # Conflicts: # .github/renovate.json5 # gradle/compose.versions.toml # source-local/src/androidMain/kotlin/tachiyomi/source/local/LocalSource.kt
27 lines
288 B
Plaintext
Executable File
27 lines
288 B
Plaintext
Executable File
.gradle
|
|
.kotlin
|
|
/local.properties
|
|
/.idea/workspace.xml
|
|
.DS_Store
|
|
.idea/*
|
|
!.idea/icon.png
|
|
*iml
|
|
*.iml
|
|
/mainframer
|
|
/.mainframer
|
|
|
|
# Built files
|
|
*/build
|
|
/build
|
|
*.apk
|
|
app/**/output.json
|
|
|
|
# Unnecessary file
|
|
*.swp
|
|
|
|
TODO.md
|
|
CHANGELOG.md
|
|
/captures
|
|
build.sh
|
|
/app/src/main/assets/client_secrets.json
|