Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6b81091 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge remote-tracking branch 'origin/main'

parents 7d4f60a9 6763f50e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ jobs:
        with:
          distribution: temurin
          java-version: 17
      - uses: gradle/actions/setup-gradle@v5
      - uses: gradle/actions/setup-gradle@v6

      - name: Build KDoc
        run: ./gradlew --no-daemon dokkaGenerate
@@ -37,4 +37,4 @@ jobs:
    steps:
      - name: Deploy to GitHub Pages
        id: deployment
        uses: actions/deploy-pages@v4
        uses: actions/deploy-pages@v5
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ jobs:
        with:
          distribution: temurin
          java-version: 17
      - uses: gradle/actions/setup-gradle@v5
      - uses: gradle/actions/setup-gradle@v6

      - name: Check
        run: ./gradlew --no-daemon check
+2 −2
Original line number Diff line number Diff line
[versions]
dokka = "2.1.0"
dokka = "2.2.0"
junit4 = "4.13.2"
kotlin = "2.3.20"
kotlin-coroutines = "1.10.2"
okhttpVersion = "5.3.2"
spotbugs = "4.9.8"
xpp3Version = "1.1.6"
ktor = "3.4.1"
ktor = "3.4.2"

[libraries]
junit4 = { module = "junit:junit", version.ref = "junit4" }