Skip to content

Commit f9867f1

Browse files
committed
update gradle and add yml file
1 parent 459f4e4 commit f9867f1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

TransmissionNametag/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ android {
3434

3535
dependencies {
3636

37-
implementation("androidx.core:core-ktx:1.12.0")
37+
implementation("androidx.core:core-ktx:1.10.1")
3838
implementation("androidx.appcompat:appcompat:1.6.1")
39-
implementation("com.google.android.material:material:1.11.0")
39+
implementation("com.google.android.material:material:1.9.0")
4040
implementation("com.github.operatorfoundation:KeychainAndroid:5.0.9")
4141
implementation("com.github.operatorfoundation:TransmissionAndroid:1.3.5")
4242
implementation(project(":Nametag"))

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ android {
3737

3838
dependencies {
3939

40-
implementation("androidx.core:core-ktx:1.12.0")
40+
implementation("androidx.core:core-ktx:1.10.1")
4141
implementation("androidx.appcompat:appcompat:1.6.1")
42-
implementation("com.google.android.material:material:1.11.0")
42+
implementation("com.google.android.material:material:1.9.0")
4343
testImplementation("junit:junit:4.13.2")
4444
androidTestImplementation("androidx.test.ext:junit:1.1.5")
4545
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

jitpack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jdk:
2+
- openjdk17

0 commit comments

Comments
 (0)