Skip to content

Commit

Permalink
Remove redundant android.nonTransitiveRClass=true
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeso committed Jun 6, 2024
1 parent ea5458b commit f93edf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

### Notes

- Remove redundant `android.nonTransitiveRClass=true`
- Trust dependency signing keys globally
- Improve app description

Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ kotlin.code.style=official

# Gradle
org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
#org.gradle.dependency.verification=lenient
#org.gradle.dependency.verification.console=verbose
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8

# Android
android.nonTransitiveRClass=true
android.useAndroidX=true

0 comments on commit f93edf2

Please sign in to comment.