Skip to content

Commit 3c0502c

Browse files
[CD] updateDownstreamVersion: Fix path to sample app
1 parent 5e33900 commit 3c0502c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-scripts/updateDownstreamVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $versionUpdater->update('README.md', sub {
5858
return $_;
5959
});
6060

61-
$versionUpdater->update('android-sampleapp/app/build.gradle', sub {
61+
$versionUpdater->update('android-sample-app/app/build.gradle', sub {
6262
$_ = shift;
6363
# Update versionName and versionCode of sample application to have the same version as the library.
6464
# Purely for semantic reasons.

0 commit comments

Comments
 (0)