Skip to content

Commit 8c48890

Browse files
committed
Release v1.0.2
1 parent 5ba36f4 commit 8c48890

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Android-Room-Database-Backup Changelog
22

3+
## [v1.0.2] - 2024-12-03
4+
5+
### Changes
6+
7+
- Dependency/Gradle upgrades
8+
- Removed not necessary android manifest
9+
permissions ([#40](https://github.com/rafi0101/Android-Room-Database-Backup/issues/40))
10+
311
## [v1.0.1] - 2024-04-21
412

513
### Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ Simple tool to backup and restore your room database in Android
4141
## Getting started
4242

4343
Android-Room-Database-Backup library is pushed
44-
to [Maven Central](https://central.sonatype.com/artifact/de.raphaelebner/roomdatabasebackup/1.0.1/versions)
44+
to [Maven Central](https://central.sonatype.com/artifact/de.raphaelebner/roomdatabasebackup/1.0.2/versions)
4545
.
4646
Add the dependency for `Android-Room-Database-Backup ` to your app-level `build.gradle` file.
4747

4848
```groovy
49-
implementation 'de.raphaelebner:roomdatabasebackup:1.0.1'
49+
implementation 'de.raphaelebner:roomdatabasebackup:1.0.2'
5050
```
5151

5252
**If the version makes any technical problems please feel free to contact me. I made some changes in

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Project-wide Gradle settings.
22
GROUP_ID=de.raphaelebner
33
ARTIFACT_ID=roomdatabasebackup
4-
VERSION_NAME=1.0.1
4+
VERSION_NAME=1.0.2
55
VERSION_CODE=1
66

77
POM_DESCRIPTION=Simple tool to Backup and Restore your Room Database

0 commit comments

Comments
 (0)