Skip to content

Commit 42a4a6d

Browse files
Update all dependencies
1 parent f12971d commit 42a4a6d

6 files changed

Lines changed: 244 additions & 153 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.0'
33+
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
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.2.1'
36+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
3737
}

DiceRoller/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.1.2'
10+
classpath 'com.android.tools.build:gradle:8.7.3'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong
-10.5 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-8.11.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

DiceRoller/gradlew

Lines changed: 192 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)