diff options
| author | Aleksandr Granin <aleksandr@mullvad.net> | 2021-03-01 14:55:08 +0100 |
|---|---|---|
| committer | Aleksandr Granin <aleksandr@mullvad.net> | 2021-03-12 14:57:41 +0100 |
| commit | fa8cb1e8461be82416d0f4d9c48dcbb22938fd8b (patch) | |
| tree | ef1ca691b54291a7e13252874911131bafba62d9 /android/build.gradle | |
| parent | 1db49ed3e79d82697f7e3490249ef2cce463c2be (diff) | |
| download | mullvadvpn-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.gradle | 1 |
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' |
