Skip to content

Commit

Permalink
Merge pull request #2766 from wordpress-mobile/build/enable-non-trans…
Browse files Browse the repository at this point in the history
…itive-resources

[Build] Enable Non-Transitive Resources
  • Loading branch information
oguzkocer authored Jul 10, 2023
2 parents 5eeeff6 + e2ae59c commit 7e1adbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .configure-files/gradle.properties.enc

This file was deleted.

10 changes: 8 additions & 2 deletions gradle.properties-example
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Project-wide Gradle settings.

org.gradle.jvmargs=-Xmx6G -XX:+HeapDumpOnOutOfMemoryError

# WordPress-Flux-Android properties.

android.useAndroidX=true
android.enableJetifier=true
android.jetifier.ignorelist=bcprov
android.enableJetifier=false

android.nonTransitiveRClass=true
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
id 'com.gradle.enterprise' version '3.9'
}

def catalogVersion = "1.10.0"
def catalogVersion = "1.11.0"
dependencyResolutionManagement {
repositories {
exclusiveContent {
Expand Down

0 comments on commit 7e1adbc

Please sign in to comment.