Updated java deps

This commit is contained in:
SSimco
2024-10-17 19:13:37 +03:00
parent 4e3b267c4d
commit 583ff53936
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -23,7 +23,7 @@ android {
}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
var releaseStoreFile = keystoreProperties['storeFile'];
var releaseStoreFile = keystoreProperties['storeFile']
signingConfigs {
if (releaseStoreFile != null) {
release {
@@ -95,8 +95,8 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.navigation:navigation-fragment:2.8.2'
implementation 'androidx.navigation:navigation-ui:2.8.2'
implementation 'androidx.navigation:navigation-fragment:2.8.3'
implementation 'androidx.navigation:navigation-ui:2.8.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.6'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6'
+2 -2
View File
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.4.0' apply false
id 'com.android.library' version '8.4.0' apply false
id 'com.android.application' version '8.7.0' apply false
id 'com.android.library' version '8.7.0' apply false
}
+1 -1
View File
@@ -1,6 +1,6 @@
#Wed Jun 07 12:59:34 EEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists