Skip to content

Commit

Permalink
ci: hopefully fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian04 committed Apr 7, 2024
1 parent 81761fa commit d99389b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ android {
}
groups {
create("someDevices") {
val apiLevelsToTestInCI = arrayOf(28, 30, 32, targetSDK)
val apiLevelsToTestInCI = arrayOf(29, 30, 32, targetSDK)
for (device in localDevices) {
if (device.apiLevel in apiLevelsToTestInCI) {
targetDevices.add(device)
Expand Down

0 comments on commit d99389b

Please sign in to comment.