[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] Removed Constraint Layout Dependency
commit 7d8e41a6efcfbc46932d71146b28606cbb500f2b
Author: lexi <dsnake@xxxxxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits