Skip to content

Commit

Permalink
use api level 34 on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nika Hassani committed Apr 15, 2024
1 parent ebfe235 commit a117208
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Launches an Android emulator and caches it for further action runs
inputs:
api-level:
description: "API level of the platform and system image - e.g. 23 for Android Marshmallow, 29 for Android 10"
default: "33"
default: "34"
target:
description: "target of the system image - default, google_apis, google_apis_playstore, aosp_atd, google_atd, android-wear, android-wear-cn, android-tv or google-tv"
default: google_apis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
api-level:
- 24
- 33
- 34
channel:
- beta
- stable
Expand Down
2 changes: 1 addition & 1 deletion actions/bin/launch_android_emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Launches an Android emulator and caches it for further action runs
inputs:
api-level:
description: "API level of the platform and system image - e.g. 23 for Android Marshmallow, 29 for Android 10"
default: "33"
default: "34"
target:
description: "target of the system image - default, google_apis, google_apis_playstore, aosp_atd, google_atd, android-wear, android-wear-cn, android-tv or google-tv"
default: google_apis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import org.robolectric.RobolectricTestRunner
import org.robolectric.annotation.Config

@RunWith(RobolectricTestRunner::class)
@Config(manifest = Config.NONE, sdk = [24,33])
@Config(manifest = Config.NONE, sdk = [24,34])
class EncryptedKeyValueRepositoryTest {
private var context: Context = ApplicationProvider.getApplicationContext()

Expand Down

0 comments on commit a117208

Please sign in to comment.