Skip to content

Commit 3b3f233

Browse files
committed
Prepare for release 3.0.12
1 parent bfbb72e commit 3b3f233

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Version 3.0.13 (2025-07-31)
3+
## Version 3.0.12 (2025-07-31)
44
- Add support for capturing screenshots using MediaProjection API [#82](https://github.com/linkedin/shaky-android/pull/82)
55
- Fix crash related to MediaProjection API [#84](https://github.com/linkedin/shaky-android/pull/84)
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.13</version>
18+
<version>3.0.12</version>
1919
</dependency>
2020
```
2121

2222
or Gradle:
2323
```
24-
implementation 'com.linkedin.shaky:shaky:3.0.13'
24+
implementation 'com.linkedin.shaky:shaky:3.0.12'
2525
```
2626

2727
## Getting Started

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1919
android.useAndroidX=true
2020

2121
GROUP_ID=com.linkedin.shaky
22-
VERSION_NAME=3.0.13-SNAPSHOT
22+
VERSION_NAME=3.0.12

0 commit comments

Comments
 (0)