[tor-commits] [orbot/master] Removed Constraint Layout Dependency
n8fr8 at torproject.org
n8fr8 at torproject.org
Fri Jul 5 12:40:00 UTC 2019
commit 8ed080f99878f4bdec867dcc6e5521f5f3f69996
Author: lexi <dsnake at 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 6b59a43d..e5ef358b 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'
-
}
More information about the tor-commits
mailing list