diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-07-28 06:04:22 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-07-28 06:04:22 +0000 |
commit | b4d35c1c12120503e74d7ae99edd94302673acf6 (patch) | |
tree | f87e29f670323b7173e5e3875112271c8835a5d3 /gradle.properties | |
parent | 3ca73e64ddd25c7c20eca2e4e0db77032db848c0 (diff) |
#5444 Fix CPU consumption - remove flow-mvi dependency
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 896d588..2fb49e8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,4 +17,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true -gitLabPrivateToken=""
\ No newline at end of file +gitLabPrivateToken="" |