File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
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
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
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
You can’t perform that action at this time.
0 commit comments