Skip to content

Commit 8f9d44f

Browse files
Update all dependencies
1 parent f12971d commit 8f9d44f

6 files changed

Lines changed: 242 additions & 156 deletions

File tree

DiceRoller/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ android {
2929

3030
dependencies {
3131
implementation fileTree(dir: 'libs', include: ['*.jar'])
32-
implementation 'androidx.appcompat:appcompat:1.4.1'
33-
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
32+
implementation 'androidx.appcompat:appcompat:1.7.1'
33+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
3434
testImplementation 'junit:junit:4.13.2'
35-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
36-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
35+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
36+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
3737
}

DiceRoller/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.6.20'
4+
ext.kotlin_version = '2.3.20'
55
repositories {
66
google()
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.1.2'
10+
classpath 'com.android.tools.build:gradle:9.1.0'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong
-5.24 KB
Binary file not shown.

DiceRoller/gradle/wrapper/gradle-wrapper.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Wed Nov 11 16:08:41 PST 2020
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip

0 commit comments

Comments
 (0)