diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-23 20:12:44 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-23 20:12:44 +0000 |
commit | 18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef (patch) | |
tree | 3a94bfce62d7b6b67c8acb87080e001dfce0655c /app/build.gradle | |
parent | 5d050204e7f533958215004c0cdf24ec664c8437 (diff) | |
download | infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar.gz infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar.bz2 infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar.lz infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar.xz infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar.zst infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.zip |
Bare bone login using Chrome custom tab.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 8d094fd7..ed6f7d07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,6 +63,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.legacy:legacy-support-v4:1.0.0' + implementation 'androidx.activity:activity:1.8.0' def lifecycleVersion = "2.7.0" implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion" implementation "androidx.lifecycle:lifecycle-livedata:$lifecycleVersion" |