Skip to content

Commit 7b6f42b

Browse files
committed
依存関係を更新
1 parent c2ff45d commit 7b6f42b

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ android {
4545
}
4646

4747
dependencies {
48-
compileOnly 'com.github.s1204IT:BenesseExtension:1.0.0'
49-
compileOnly 'com.github.s1204IT:BenesseExtensionService:1.1.1'
50-
}
48+
compileOnly 'me.s1204:BenesseExtension:1.0.0'
49+
compileOnly 'me.s1204:BenesseExtensionService:1.0.0'
50+
}

gradle/wrapper/gradle-wrapper.jar

59 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

gradlew.bat

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

settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ pluginManagement {
44
mavenCentral()
55
}
66
plugins {
7-
id 'com.android.application' version '8.9.1' apply false
7+
id 'com.android.application' version '8.9.2' apply false
88
}
99
}
1010
dependencyResolutionManagement {
1111
repositories {
1212
google()
1313
mavenCentral()
14-
maven { url 'https://jitpack.io' }
1514
}
1615
}
1716

0 commit comments

Comments
 (0)