diff --git a/.github/workflows/build_and_local_tests.yml b/.github/workflows/build_and_local_tests.yml index fad14c6..dcebf54 100644 --- a/.github/workflows/build_and_local_tests.yml +++ b/.github/workflows/build_and_local_tests.yml @@ -49,14 +49,14 @@ jobs: run: bash customizer.sh com.android.blah MyNewModel MyNewApplication - name: "Check that customizer ran correctly" - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "app/src/main/java/com/android/blah/MyNewApplication.kt" fail: false - name: "Check that customizer removed all unnecessary files" id: customizer_rm - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: ".git/config" fail: false diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5efd26f..c331d39 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] -androidGradlePlugin = "8.2.1" +androidGradlePlugin = "8.2.2" androidxCore = "1.12.0" androidxLifecycle = "2.7.0" androidxActivity = "1.8.2" -androidxComposeBom = "2023.10.01" +androidxComposeBom = "2024.01.00" androidxComposeCompiler = "1.5.8" androidxHilt = "1.1.0" androidxNavigation = "2.7.6"