Skip to content

Commit f9bd528

Browse files
committed
fix readme
1 parent b11dfe3 commit f9bd528

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

12-devbytes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ A list of DevByte videos, using offline caching.
1414
- integrating the respository class with the ViewModel.
1515
- displaying data from the offline cache.
1616

17-
Based on [Android Kotlin Fundamentals: Repository](https://developer.android.com/codelabs/kotlin-android-training-repository#0) by Google Codelabs (2022).
17+
Based on [Repository](https://developer.android.com/codelabs/kotlin-android-training-repository#0) by Google Codelabs (2022).

14-star-shower/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ An app to show how to create property animations, using ObjectAnimator.
1313
- creating more complex animations with AnimatorSet.
1414
- setting up the initial and final state of objects with AnimatorListeners.
1515

16-
Based on [Advanced Android in Kotlin 03.1: Property Animation](https://developer.android.com/codelabs/advanced-android-kotlin-training-property-animation#0) by Google Codelabs (2022).
16+
Based on [Property Animation](https://developer.android.com/codelabs/advanced-android-kotlin-training-property-animation#0) by Google Codelabs (2022).

15-milky-way/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ An app to learn how to finely customize an animation, using MotionLayout.
1515
- running animations with code.
1616
- animating collapsible headers with MotionLayout.
1717

18-
Based on [Advanced Android in Kotlin 03.2: Animation with MotionLayout](https://codelabs.developers.google.com/codelabs/motion-layout#0) by Google Codelabs (2022).
18+
Based on [Animation with MotionLayout](https://codelabs.developers.google.com/codelabs/motion-layout#0) by Google Codelabs (2022).

0 commit comments

Comments
 (0)