mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-08 07:12:35 +01:00
3592318dc1
* Remove redundant ignore file * Add .gitattributes * Generate new wrapper * Apply plugins in `plugins` * Adopt new dsl * Enable stable config cache * Ignore all build folders * Enable build scan * Disable buildFeatures flags by default * Migrate to nonTransitive R class * Tweak flags * Bump AGP to 7.4.0 * Bump deps * Run `ktlintFormat` * Add an icon for IDEA to display * Revert "Bump deps" This reverts commitbc0d5b69d5
. * Revert "Enable build scan" This reverts commit1568e5e84f
. * Remove com.android.library * Enable Gradle cache * Enable room incremental build * Cleanups * Cleanups * Add .editorconfig * Defer clean task * Migrate `flavorDimensions` * Merge instance-build.gradle into app's build.gradle * Declare compileOptions & kotlinOptions * Bump jvmTarget to 17 * Fix conflicts * Xmx4g * Rename output apks * Revert "Bump jvmTarget to 17" This reverts commite4d1543bda
.
10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea
|
|
.DS_Store
|
|
build
|
|
/captures
|
|
.externalNativeBuild
|
|
app/release
|
|
app-release.apk |