Skip to content

Commit

Permalink
Bump emulator image in Gradle task to android-34
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Oct 8, 2023
1 parent 671e7a0 commit aabae58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ tasks.register('provisionEmulator', Exec) {
doFirst {
commandLine "${project.projectDir}/development/scripts/provision_emulator.sh",
"seedvault",
"system-images;android-33;google_apis;x86_64"
"system-images;android-34;google_apis;x86_64"

environment "ANDROID_HOME", android.sdkDirectory.absolutePath
environment "JAVA_HOME", System.properties['java.home']
Expand Down

0 comments on commit aabae58

Please sign in to comment.