Compare commits
3
Commits
58797be0de
...
f838507cfc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f838507cfc | ||
|
|
4e81d7a625 | ||
|
|
fec817623f |
@@ -45,7 +45,7 @@ jobs:
|
|||||||
run: git checkout -B "$BRANCH"
|
run: git checkout -B "$BRANCH"
|
||||||
|
|
||||||
- name: set up JDK
|
- name: set up JDK
|
||||||
uses: actions/setup-java@v5
|
uses: actions/setup-java@v6
|
||||||
with:
|
with:
|
||||||
java-version: 21
|
java-version: 21
|
||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
|
|||||||
+1
-1
@@ -10,5 +10,5 @@ plugins {
|
|||||||
id 'com.android.application' version '9.3.2' apply false
|
id 'com.android.application' version '9.3.2' apply false
|
||||||
id 'com.android.library' version '9.3.1' apply false
|
id 'com.android.library' version '9.3.1' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.4.10' apply false
|
id 'org.jetbrains.kotlin.android' version '2.4.10' apply false
|
||||||
id 'com.autonomousapps.dependency-analysis' version '3.18.0' apply true
|
id 'com.autonomousapps.dependency-analysis' version '3.19.1' apply true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user