summaryrefslogtreecommitdiffhomepage
path: root/android/build.gradle
diff options
context:
space:
mode:
authorAleksandr Granin <aleksandr@mullvad.net>2021-03-01 14:55:08 +0100
committerAleksandr Granin <aleksandr@mullvad.net>2021-03-12 14:57:41 +0100
commitfa8cb1e8461be82416d0f4d9c48dcbb22938fd8b (patch)
treeef1ca691b54291a7e13252874911131bafba62d9 /android/build.gradle
parent1db49ed3e79d82697f7e3490249ef2cce463c2be (diff)
downloadmullvadvpn-fa8cb1e8461be82416d0f4d9c48dcbb22938fd8b.tar.xz
mullvadvpn-fa8cb1e8461be82416d0f4d9c48dcbb22938fd8b.zip
Create list item view and layouts. Defie text and list item styles
Diffstat (limited to 'android/build.gradle')
-rw-r--r--android/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 407a680258..f6d91922c5 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -100,6 +100,7 @@ repositories {
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation "androidx.constraintlayout:constraintlayout:2.0.4"
implementation "androidx.fragment:fragment-ktx:1.3.0"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0"
implementation 'androidx.recyclerview:recyclerview:1.1.0'