commit 7d8e41a6efcfbc46932d71146b28606cbb500f2b Author: lexi dsnake@protonmail.com Date: Sat Mar 23 23:28:34 2019 -0400
Removed Constraint Layout Dependency
It was unused and shaves off 0.1MB from the total APK size. --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle index 726979c6..1f471ab5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,11 +67,9 @@ android { }
dependencies { - implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation project(':orbotservice') implementation 'com.android.support:design:28.0.0' implementation 'pl.bclogic:pulsator4droid:1.0.3' implementation 'com.github.apl-devs:appintro:v4.2.2' implementation 'com.github.javiersantos:AppUpdater:2.6.4' - }
tor-commits@lists.torproject.org