Skip to content

Commit f67688d

Browse files
update dependencies
1 parent 765312f commit f67688d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ apply plugin: "kotlin-allopen"
2626
dependencies {
2727
// Compile Build Dependencies
2828
implementation fileTree(include: ["*.jar"], dir: "libs")
29-
implementation 'com.google.android.material:material:1.11.0'
30-
implementation 'androidx.annotation:annotation:1.7.1'
31-
implementation 'androidx.appcompat:appcompat:1.6.1'
29+
implementation 'com.google.android.material:material:1.12.0'
30+
implementation 'androidx.annotation:annotation:1.8.0'
31+
implementation 'androidx.appcompat:appcompat:1.7.0'
3232
implementation 'androidx.collection:collection-ktx:1.4.0'
33-
implementation 'androidx.core:core-ktx:1.12.0'
33+
implementation 'androidx.core:core-ktx:1.13.1'
3434
implementation 'androidx.core:core-splashscreen:1.0.1'
3535
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
36-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
36+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1'
3737
implementation 'androidx.media:media:1.7.0'
3838
implementation 'androidx.preference:preference-ktx:1.2.1'
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
@@ -42,13 +42,13 @@ dependencies {
4242
testImplementation 'androidx.test.ext:junit:1.1.5'
4343
testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4'
4444
testImplementation 'junit:junit:4.13.2'
45-
testImplementation 'org.mockito:mockito-core:5.11.0'
45+
testImplementation 'org.mockito:mockito-core:5.12.0'
4646
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.3.1'
47-
testImplementation 'org.robolectric:robolectric:4.12.1'
47+
testImplementation 'org.robolectric:robolectric:4.12.2'
4848
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
4949
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
5050
testImplementation 'org.slf4j:slf4j-simple:2.0.13'
51-
testImplementation 'org.assertj:assertj-core:3.25.3'
51+
testImplementation 'org.assertj:assertj-core:3.26.0'
5252
// Android Test Dependencies
5353
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
5454
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5'

app/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Build Properties
2-
#Sat Apr 13 08:45:25 EDT 2024
3-
version_build=17
2+
#Sat Jun 01 07:48:38 EDT 2024
3+
version_build=18
44
version_major=3
55
version_minor=1
66
version_patch=2

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
buildscript {
2222
ext {
23-
kotlin_version = '1.9.23'
23+
kotlin_version = '2.0.0'
2424
}
2525
repositories {
2626
google()
2727
mavenCentral()
2828
}
2929
dependencies {
30-
classpath 'com.android.tools.build:gradle:8.3.2'
30+
classpath 'com.android.tools.build:gradle:8.4.1'
3131
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
3232
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
3333
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip

0 commit comments

Comments
 (0)