@@ -5,12 +5,11 @@ buildscript {
5
5
6
6
repositories {
7
7
google()
8
- jcenter()
9
8
mavenCentral()
10
9
}
11
10
dependencies {
12
- classpath ' com.android.tools.build:gradle:8.2.1 '
13
- classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.7.6 "
11
+ classpath ' com.android.tools.build:gradle:8.2.2 '
12
+ classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7 "
14
13
}
15
14
}
16
15
@@ -20,8 +19,8 @@ android {
20
19
applicationId " fr.nuage.souvenirs"
21
20
minSdkVersion 24
22
21
targetSdkVersion 33
23
- versionCode 31
24
- versionName " 2.8.6 "
22
+ versionCode 32
23
+ versionName " 2.8.7 "
25
24
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
26
25
setProperty(" archivesBaseName" , " souvenirs-$versionName " )
27
26
}
@@ -52,7 +51,7 @@ repositories {
52
51
dependencies {
53
52
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
54
53
implementation ' androidx.appcompat:appcompat:1.6.1'
55
- implementation ' androidx.webkit:webkit:1.9 .0'
54
+ implementation ' androidx.webkit:webkit:1.10 .0'
56
55
def lifecycle_version = " 2.7.0"
57
56
implementation " androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version "
58
57
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
@@ -65,7 +64,7 @@ dependencies {
65
64
implementation " com.github.nextcloud:Android-SingleSignOn:0.6.1"
66
65
implementation ' com.squareup.retrofit2:retrofit:2.9.0'
67
66
68
- def nav_version = ' 2.7.6 '
67
+ def nav_version = ' 2.7.7 '
69
68
implementation " androidx.navigation:navigation-fragment:$nav_version "
70
69
implementation " androidx.navigation:navigation-ui:$nav_version "
71
70
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
@@ -77,6 +76,6 @@ dependencies {
77
76
78
77
buildscript {
79
78
dependencies {
80
- classpath ' com.android.tools.build:gradle:8.2.1 '
79
+ classpath ' com.android.tools.build:gradle:8.2.2 '
81
80
}
82
81
}
0 commit comments