diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-22 00:28:07 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-22 00:28:07 -0600 |
commit | b4486deddafa28cfc441c7cbfa7f69540df89599 (patch) | |
tree | eec516ebb09ba3cf315b9793f53545c6774278ce /androidApp | |
parent | 7b946e5cce6b166e0870e56597249351a845b27a (diff) | |
download | etbsa-trackermap-mobile-b4486deddafa28cfc441c7cbfa7f69540df89599.tar.gz etbsa-trackermap-mobile-b4486deddafa28cfc441c7cbfa7f69540df89599.tar.bz2 etbsa-trackermap-mobile-b4486deddafa28cfc441c7cbfa7f69540df89599.zip |
Prepare shared module for iOS support and updated appcompat and constraintlayout libraries
Diffstat (limited to 'androidApp')
-rw-r--r-- | androidApp/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 5347780..6920eb1 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -45,8 +45,8 @@ val googleImplementation by configurations dependencies { implementation(project(":shared")) implementation("com.google.android.material:material:1.5.0") - implementation("androidx.appcompat:appcompat:1.4.0") - implementation("androidx.constraintlayout:constraintlayout:2.1.2") + implementation("androidx.appcompat:appcompat:1.4.1") + implementation("androidx.constraintlayout:constraintlayout:2.1.3") implementation("com.squareup.okhttp3:okhttp:4.9.1") implementation("com.github.Zhuinden:live-event:1.2.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0") |