X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;fp=app%2Fbuild.gradle;h=6389bf1992234fae0596a5feee0eeca89ec626b4;hp=8a16a90c8cdc0f0ee50d267f714ca41868937bf7;hb=70da2a558d6e35c38adb596479c36f7e451dc9a5;hpb=6ab00381e1005dbfd4e05302afa54614f96cbea1 diff --git a/app/build.gradle b/app/build.gradle index 8a16a90c..6389bf19 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Soren Stoutner . + * Copyright 2016-2024 Soren Stoutner . * * This file is part of Privacy Browser Android . * @@ -59,7 +59,7 @@ android { } buildFeatures { - // Generate BuildConfig so it can be accessed from withing the app. + // Generate BuildConfig so it can be accessed from within the app. buildConfig = true } @@ -91,7 +91,7 @@ dependencies { implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.drawerlayout:drawerlayout:1.2.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.viewpager:viewpager:1.0.0'