Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Enable beta GV for v11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin committed Jul 2, 2020
1 parent 73dee4d commit 3fb8478
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 @@ -493,7 +493,7 @@ if (findProject(':wavesdk')) {

dependencies {
// "nightly" or "beta" or "release"
def branch = "nightly"
def branch = "beta"
arm64Implementation deps.gecko_view."${branch}_arm64"
x86_64Implementation deps.gecko_view."${branch}_x86_64"
}
Expand Down

0 comments on commit 3fb8478

Please sign in to comment.