diff --git a/.github/workflows/screenShotTest.yml b/.github/workflows/screenShotTest.yml index 72b5229a58..3cfc292a5a 100644 --- a/.github/workflows/screenShotTest.yml +++ b/.github/workflows/screenShotTest.yml @@ -93,7 +93,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "${{ matrix.color }}-${{ matrix.scheme }}" "Screenshot" ${{github.event.number}} - name: Archive Espresso results - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 if: ${{ always() }} with: name: Report-${{ matrix.color }}-${{ matrix.scheme }} diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 0820761ac1..ff07b97b39 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -49,7 +49,7 @@ jobs: fail_ci_if_error: true - name: Upload jacoco artifacts if: ${{ failure() }} - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 with: name: test-results path: app/build/reports/tests/testGplayDebugUnitTest/ diff --git a/app/build.gradle b/app/build.gradle index 5e1ac1f33d..a60288cab2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -259,7 +259,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion = "1.5.11" + kotlinCompilerExtensionVersion = "1.5.12" } } @@ -271,12 +271,12 @@ dependencies { } // Jetpack Compose - implementation(platform("androidx.compose:compose-bom:2024.04.00")) + implementation(platform("androidx.compose:compose-bom:2024.04.01")) implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-graphics") implementation("androidx.compose.material3:material3") - implementation("androidx.compose.ui:ui-tooling-preview:1.6.5") - debugImplementation 'androidx.compose.ui:ui-tooling:1.6.5' + implementation("androidx.compose.ui:ui-tooling-preview:1.6.6") + debugImplementation 'androidx.compose.ui:ui-tooling:1.6.6' compileOnly 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2' // remove after entire switch to lib v2 diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index f4420e1201..317d4f3a5b 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -56,6 +56,7 @@ تعذّر جلب أنواع المهام. قم رجاءً بالتحقُّق من اتصالك بالإنترنت. المُساعِد غير معروف + مُدخَلات المُخرَجَات الحساب المرتبط غير موجود! فشل الوصول لـ: %1$s diff --git a/app/src/main/res/values-cs-rCZ/strings.xml b/app/src/main/res/values-cs-rCZ/strings.xml index 68c1ac6925..0341e01844 100644 --- a/app/src/main/res/values-cs-rCZ/strings.xml +++ b/app/src/main/res/values-cs-rCZ/strings.xml @@ -42,6 +42,7 @@ Dokončeno Úloha úspěšně smazána Neznámé + Vstup Výstup Související účet nenalezen! Přístup se nezdařil: %1$s diff --git a/app/src/main/res/values-es-rMX/strings.xml b/app/src/main/res/values-es-rMX/strings.xml index 607f89aa83..85b55c381b 100644 --- a/app/src/main/res/values-es-rMX/strings.xml +++ b/app/src/main/res/values-es-rMX/strings.xml @@ -56,6 +56,8 @@ No se pudieron obtener los tipos de tareas, por favor, revise su conexión a internet. Asistente Desconocido + Entrada + Salida ¡No se encontró la cuenta asociada! Acceso fallido:%1$s La cuenta aún no ha sido agregada a este dispositivo diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 0e310d690b..37eaac6a93 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -56,6 +56,8 @@ Не вдалося отримати типи завдань. Перевірте з\'єднання з мережею. Помічник Невідомо + Введення + Виведення Пов\'язаний обліковий запис не знайдено! Доступ невдалий: %1$s Обліковий запис все ще не створено на цьому пристрої diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4be6938752..a7ebed20a6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -997,7 +997,7 @@ Thumbnail for new file Thumbnail for existing file Invalid URL - Conflict resolver dialog cannot able to created + Conflict resolver dialog cannot be created QR code could not be read! Note icon Add another link diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index fd5f996899..2ebb5bafbe 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -766,6 +766,11 @@ + + + + +