File tree Expand file tree Collapse file tree 6 files changed +18
-22
lines changed
Expand file tree Collapse file tree 6 files changed +18
-22
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/setup-java@v4
1919 with :
2020 distribution : temurin
21- java-version : 17
21+ java-version : 21
2222 cache : gradle
2323 - uses : gradle/actions/setup-gradle@v3
2424
Original file line number Diff line number Diff line change 3131 - uses : actions/setup-java@v4
3232 with :
3333 distribution : temurin
34- java-version : 17
34+ java-version : 21
3535 cache : gradle
3636 - uses : gradle/actions/setup-gradle@v3
3737
Original file line number Diff line number Diff line change 1313 - uses : actions/setup-java@v4
1414 with :
1515 distribution : temurin
16- java-version : 17
16+ java-version : 21
1717 cache : gradle
1818 - uses : gradle/actions/setup-gradle@v3
1919
@@ -23,15 +23,12 @@ jobs:
2323 test_on_emulator :
2424 name : Tests with emulator
2525 runs-on : ubuntu-latest
26- strategy :
27- matrix :
28- api-level : [ 31 ]
2926 steps :
3027 - uses : actions/checkout@v4
3128 - uses : actions/setup-java@v4
3229 with :
3330 distribution : temurin
34- java-version : 17
31+ java-version : 21
3532 cache : gradle
3633 - uses : gradle/actions/setup-gradle@v3
3734
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.6.0 "
3- androidx-activityCompose = " 1.9.2 "
2+ agp = " 8.7.3 "
3+ androidx-activityCompose = " 1.9.3 "
44androidx-appcompat = " 1.7.0"
5- androidx-core = " 1.13.1 "
6- androidx-lifecycle = " 2.8.5 "
5+ androidx-core = " 1.15.0 "
6+ androidx-lifecycle = " 2.8.7 "
77androidx-test-core = " 1.6.1"
88androidx-test-runner = " 1.6.2"
99androidx-test-rules = " 1.6.1"
10- conscrypt = " 2.5.2 "
11- compose-bom = " 2024.09.01 "
12- dokka = " 1.9.10 "
10+ conscrypt = " 2.5.3 "
11+ compose-bom = " 2024.11.00 "
12+ dokka = " 1.9.20 "
1313junit = " 4.13.2"
14- kotlin = " 2.0.20 "
15- mockk = " 1.13.12 "
14+ kotlin = " 2.1.0 "
15+ mockk = " 1.13.13 "
1616okhttp3 = " 4.12.0"
1717
1818[libraries ]
Original file line number Diff line number Diff line change 11# Wed May 17 11:37:23 CEST 2023
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ plugins {
99android {
1010 namespace = " at.bitfire.cert4android"
1111
12- compileSdk = 34
12+ compileSdk = 35
1313
1414 defaultConfig {
1515 minSdk = 21 // Android 5
16- targetSdk = 34
1716
1817 aarMetadata {
1918 minCompileSdk = 29
@@ -23,11 +22,11 @@ android {
2322 }
2423
2524 compileOptions {
26- sourceCompatibility = JavaVersion .VERSION_17
27- targetCompatibility = JavaVersion .VERSION_17
25+ sourceCompatibility = JavaVersion .VERSION_21
26+ targetCompatibility = JavaVersion .VERSION_21
2827 }
2928 kotlin {
30- jvmToolchain(17 )
29+ jvmToolchain(21 )
3130 }
3231
3332 buildFeatures {
You can’t perform that action at this time.
0 commit comments