Skip to content

Commit

Permalink
Releases 10.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForceTower committed Aug 13, 2024
2 parents bfc3ac2 + 0647cd4 commit 16b8cff
Show file tree
Hide file tree
Showing 191 changed files with 13,903 additions and 2,950 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[*.{kt,kts}]
ktlint_code_style = android_studio
max_line_length = off
ktlint_standard_property-naming = disabled
ij_kotlin_allow_trailing_comma_on_call_site = false
ij_kotlin_allow_trailing_comma = false
indent_size = 4

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ captures/
*.iml
.idea

# Kotlin
.kotlin

# Keystore files
*.jks

Expand Down
330 changes: 0 additions & 330 deletions app/build.gradle

This file was deleted.

Loading

0 comments on commit 16b8cff

Please sign in to comment.