Skip to content

Commit

Permalink
gradle: Fix explore version
Browse files Browse the repository at this point in the history
kolibri-explore-plugin passed in the tag rather than the version and
unfortunately, `update-explore-version.sh` doesn't do any validation.
That will be addressed with a followup.
  • Loading branch information
dbnicholson committed Oct 23, 2023
1 parent 77b7957 commit cb0056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kolibriUrl=https://github.com/learningequality/kolibri/releases/download/v0.16.0

# kolibri-explore-plugin version or wheel URL. The wheel URL is
# preferred if both are set.
exploreVersion=v7.9.0
exploreVersion=7.9.0
exploreUrl=

# apps-bundle.zip URL. If not set, the URL is derived from the explore
Expand Down

0 comments on commit cb0056e

Please sign in to comment.