File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## Version 3.0.10 (2025-05-11)
4+ - Add support for keeping old screenshots [ #80 ] ( https://github.com/linkedin/shaky-android/pull/80 )
5+
36## Version 3.0.9 (2025-04-14)
47- Add support for Android 16 [ #79 ] ( https://github.com/linkedin/shaky-android/pull/79 )
58
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ Download the latest .aar via Maven:
1515 <dependency >
1616 <groupId >com.linkedin.shaky</groupId >
1717 <artifactId >shaky</artifactId >
18- <version >3.0.9 </version >
18+ <version >3.0.10 </version >
1919 </dependency >
2020```
2121
2222or Gradle:
2323```
24- implementation 'com.linkedin.shaky:shaky:3.0.9 '
24+ implementation 'com.linkedin.shaky:shaky:3.0.10 '
2525```
2626
2727## Getting Started
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1919android.useAndroidX =true
2020
2121GROUP_ID =com.linkedin.shaky
22- VERSION_NAME =3.0.10-SNAPSHOT
22+ VERSION_NAME =3.0.10
You can’t perform that action at this time.
0 commit comments