Skip to content

Commit 4b5484f

Browse files
committed
update deps
1 parent 474c198 commit 4b5484f

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdk 27
1212
targetSdk 34
1313
versionCode 1
14-
versionName '0.0.6'
14+
versionName '0.0.7'
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
@@ -36,12 +36,12 @@ dependencies {
3636

3737
implementation 'androidx.core:core-ktx:1.12.0'
3838
implementation 'androidx.appcompat:appcompat:1.6.1'
39-
implementation 'com.google.android.material:material:1.10.0'
39+
implementation 'com.google.android.material:material:1.11.0'
4040
implementation 'androidx.preference:preference-ktx:1.2.1'
4141
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4242
implementation 'com.google.android.gms:play-services-cronet:18.0.1'
4343

44-
def lifecycle_version = '2.6.2'
44+
def lifecycle_version = '2.7.0'
4545
//noinspection KtxExtensionAvailable
4646
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
4747
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:8.2.0'
8+
classpath 'com.android.tools.build:gradle:8.2.2'
99
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
1010

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

0 commit comments

Comments
 (0)