Skip to content

Commit

Permalink
minSdk to 23 to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sargunv committed Nov 25, 2024
1 parent cd00334 commit f2a9f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Run with AVD ./gradlew '${{ matrix.task }}'
- name: Run with AVD ./gradlew connectedDebugAndroidTest
uses: ./.github/actions/run-with-avd
with:
api-level: 35
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.5.2"
android-compileSdk = "34"
android-minSdk = "21"
android-minSdk = "23"
android-targetSdk = "34"
compose = "1.7.1"
compose-androidx = "1.7.5"
Expand Down

0 comments on commit f2a9f7a

Please sign in to comment.