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

Commit

Permalink
Bug 1783690 - part 3: Point files to android-components folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Oct 31, 2022
1 parent 3e13944 commit 3825163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-components/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def setupProject(name, path, description) {

def yaml = new Yaml()
def buildconfig = yaml.load(new File(rootDir, '.buildconfig.yml').newInputStream())
def componentsVersion = new File(rootDir, 'version.txt').text.stripTrailing()
def componentsVersion = new File(rootDir, '../version.txt').text.stripTrailing()
buildconfig.projects.each { project ->
setupProject(project.key, project.value.path, project.value.description)
}
Expand Down

0 comments on commit 3825163

Please sign in to comment.