diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1b886d7..af4e536 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,11 +49,11 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below) - # - name: Autobuild - # uses: github/codeql-action/autobuild@v2 + - name: Autobuild + uses: github/codeql-action/autobuild@v4 - - name: Build - run: ./gradlew --no-daemon --configuration-cache --build-cache lib:assemble + #- name: Build + # run: ./gradlew --no-daemon --configuration-cache lib:assemble - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v4 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1a4e4f5..88cc4ae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -agp = "8.13.1" -androidx-activityCompose = "1.12.0" +agp = "8.13.2" +androidx-activityCompose = "1.12.2" androidx-appcompat = "1.7.1" androidx-core = "1.17.0" androidx-lifecycle = "2.10.0" @@ -8,11 +8,11 @@ androidx-test-core = "1.7.0" androidx-test-runner = "1.7.0" androidx-test-rules = "1.7.0" conscrypt = "2.5.3" -compose-bom = "2025.11.01" +compose-bom = "2025.12.01" dokka = "2.1.0" junit = "4.13.2" kotlin = "2.2.21" -mockk = "1.14.6" +mockk = "1.14.7" okhttp = "5.3.2" [libraries] diff --git a/lib/src/androidTest/AndroidManifest.xml b/lib/src/androidTest/AndroidManifest.xml index 7dbbe52..4c6abb5 100644 --- a/lib/src/androidTest/AndroidManifest.xml +++ b/lib/src/androidTest/AndroidManifest.xml @@ -1,6 +1,12 @@ - + + + +