diff options
author | RaindropsSys <contact@minteck.org> | 2023-03-15 22:41:52 +0100 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-03-15 22:41:52 +0100 |
commit | aa35a851a3521ee0c5626f0af1ab2e6342b48399 (patch) | |
tree | b5719bd0c774413e19ffbb693315214f66e5a52e /gradle.properties | |
parent | 7259fc1d1cc7d6cfbda8d51b3848cd41be97e548 (diff) | |
download | delta-android-aa35a851a3521ee0c5626f0af1ab2e6342b48399.tar.gz delta-android-aa35a851a3521ee0c5626f0af1ab2e6342b48399.tar.bz2 delta-android-aa35a851a3521ee0c5626f0af1ab2e6342b48399.zip |
Updated 8 files (automated)
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 3c5031e..f19c7b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,4 +20,5 @@ kotlin.code.style=official # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true
\ No newline at end of file +android.nonTransitiveRClass=true +android.nonFinalResIds=false
\ No newline at end of file |