Skip to content

Commit 01084dd

Browse files
authored
Merge pull request #196 from corenting/chore/update-deps
chore: update dependencies
2 parents 535bb4d + d232087 commit 01084dd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 33
6-
buildToolsVersion "33.0.2"
5+
compileSdk 34
6+
buildToolsVersion = "34.0.0"
77

88
defaultConfig {
99
applicationId "fr.corenting.convertisseureurofranc"
1010
minSdkVersion 17
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
versionCode 23
1313
versionName "2.14"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -42,10 +42,10 @@ dependencies {
4242
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4343

4444
// Dependencies
45-
implementation 'androidx.core:core-ktx:1.10.1'
45+
implementation 'androidx.core:core-ktx:1.12.0'
4646
implementation 'androidx.preference:preference-ktx:1.2.1'
4747
implementation 'com.google.android.material:material:1.9.0'
48-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1"
48+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
4949

5050

5151
// Tests

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.8.10'
4+
ext.kotlin_version = '1.8.22'
55
repositories {
66
google()
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.1.0'
10+
classpath 'com.android.tools.build:gradle:8.1.1'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)