Skip to content

Commit 599f513

Browse files
committed
chore: update Gradle build configuration settings
- Add android.overridePathCheck=true to gradle.properties for path validation - Required for TUS upload implementation to build correctly
1 parent 3dbfdc7 commit 599f513

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ android.nonFinalResIds=false
44
android.nonTransitiveRClass=false
55
android.useAndroidX=true
66
org.gradle.jvmargs=-Xmx1536M
7+
android.overridePathCheck=true

0 commit comments

Comments
 (0)