add Conscrypt to LicenseActivity (#1161)

* add Conscrypt and AutoDispose to LicenseActivity

* remove duplicate AutoDispose again D:
This commit is contained in:
Konrad Pozniak 2019-03-28 21:11:18 +01:00 committed by GitHub
parent 29455d5ccd
commit dda0344eda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,16 @@
license:link="https://square.github.io/okhttp/"
license:name="OkHttp" />
<com.keylesspalace.tusky.view.LicenseCard
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
android:layout_marginStart="12dp"
android:layout_marginTop="12dp"
license:license="@string/license_apache_2"
license:link="https://github.com/google/conscrypt"
license:name="Conscrypt" />
<com.keylesspalace.tusky.view.LicenseCard
android:layout_width="match_parent"
android:layout_height="wrap_content"