Skip to content

Commit

Permalink
Fix readme version script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Sep 16, 2024
1 parent 5321d49 commit 92c422f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LiveKit Components for Android is available as a Maven package.
...
dependencies {
// The components package has a different versioning than the main LiveKit SDK.
implementation "io.livekit:livekit-android-compose-components:1.2.0'
implementation "io.livekit:livekit-android-compose-components:1.2.0"
// Snapshots of the latest development version are available at:
// implementation "io.livekit:livekit-android-compose-components:1.2.1-SNAPSHOT"
Expand Down
2 changes: 1 addition & 1 deletion ci/update_android_gradle_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ else
fi

sed -i "${ARGS[@]}" -e "/VERSION_NAME=/ s/=.*/=$PACKAGE_VERSION/" ./gradle.properties
sed -i "${ARGS[@]}" -e '/livekit-android-compose-components:.*[0-9]"$/ s/livekit-android-compose-components:.*/livekit-android-compose-components:'"$PACKAGE_VERSION'/" ./README.md
sed -i "${ARGS[@]}" -e '/livekit-android-compose-components:.*[0-9]"$/ s/livekit-android-compose-components:.*/livekit-android-compose-components:'"$PACKAGE_VERSION"'"/' ./README.md
sed -i "${ARGS[@]}" -e '/SNAPSHOT/ s/".*"/"'"io.livekit:livekit-android-compose-components:$SNAPSHOT_VERSION"'"/' ./README.md

0 comments on commit 92c422f

Please sign in to comment.