Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 7ce9685

Browse files
committed
chore: bump version to 3.0.2
1 parent 417e494 commit 7ce9685

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [v3.0.2]
8+
### Changed
9+
- Remove binary dependency blob
10+
711
## [v3.0.1]
812
### Changed
913
- Fixed notification permission

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
targetSdkVersion 33
1111
compileSdk 33
1212
versionCode 3000002
13-
versionName "3.0.1"
13+
versionName "3.0.2"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Improvements
2+
- Remove binary dependency blob

0 commit comments

Comments
 (0)