Skip to content

Commit 0b734ee

Browse files
committedFeb 16, 2024
Merge branch 'dev'
2 parents a0ed68e + 8a7fd04 commit 0b734ee

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed
 

‎app/build.gradle

+7-8
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ buildscript {
55

66
repositories {
77
google()
8-
jcenter()
98
mavenCentral()
109
}
1110
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"
1413
}
1514
}
1615

@@ -20,8 +19,8 @@ android {
2019
applicationId "fr.nuage.souvenirs"
2120
minSdkVersion 24
2221
targetSdkVersion 33
23-
versionCode 31
24-
versionName "2.8.6"
22+
versionCode 32
23+
versionName "2.8.7"
2524
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2625
setProperty("archivesBaseName", "souvenirs-$versionName")
2726
}
@@ -52,7 +51,7 @@ repositories {
5251
dependencies {
5352
implementation fileTree(dir: 'libs', include: ['*.jar'])
5453
implementation 'androidx.appcompat:appcompat:1.6.1'
55-
implementation 'androidx.webkit:webkit:1.9.0'
54+
implementation 'androidx.webkit:webkit:1.10.0'
5655
def lifecycle_version = "2.7.0"
5756
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
5857
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
@@ -65,7 +64,7 @@ dependencies {
6564
implementation "com.github.nextcloud:Android-SingleSignOn:0.6.1"
6665
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
6766

68-
def nav_version = '2.7.6'
67+
def nav_version = '2.7.7'
6968
implementation "androidx.navigation:navigation-fragment:$nav_version"
7069
implementation "androidx.navigation:navigation-ui:$nav_version"
7170
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
@@ -77,6 +76,6 @@ dependencies {
7776

7877
buildscript {
7978
dependencies {
80-
classpath 'com.android.tools.build:gradle:8.2.1'
79+
classpath 'com.android.tools.build:gradle:8.2.2'
8180
}
8281
}

‎build.gradle

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ buildscript {
44

55
repositories {
66
google()
7-
jcenter()
87
mavenCentral()
98
}
109
dependencies {
11-
classpath 'com.android.tools.build:gradle:8.2.1'
12-
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.6"
10+
classpath 'com.android.tools.build:gradle:8.2.2'
11+
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7"
1312

1413
// NOTE: Do not place your application dependencies here; they belong
1514
// in the individual module build.gradle files
@@ -19,7 +18,7 @@ buildscript {
1918
allprojects {
2019
repositories {
2120
google()
22-
jcenter()
21+
mavenCentral()
2322
}
2423
}
2524

0 commit comments

Comments
 (0)
Failed to load comments.