Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi0101 committed Dec 3, 2024
1 parent 5ba36f4 commit 8c48890
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Android-Room-Database-Backup Changelog

## [v1.0.2] - 2024-12-03

### Changes

- Dependency/Gradle upgrades
- Removed not necessary android manifest
permissions ([#40](https://github.com/rafi0101/Android-Room-Database-Backup/issues/40))

## [v1.0.1] - 2024-04-21

### Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ Simple tool to backup and restore your room database in Android
## Getting started

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

```groovy
implementation 'de.raphaelebner:roomdatabasebackup:1.0.1'
implementation 'de.raphaelebner:roomdatabasebackup:1.0.2'
```

**If the version makes any technical problems please feel free to contact me. I made some changes in
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Project-wide Gradle settings.
GROUP_ID=de.raphaelebner
ARTIFACT_ID=roomdatabasebackup
VERSION_NAME=1.0.1
VERSION_NAME=1.0.2
VERSION_CODE=1

POM_DESCRIPTION=Simple tool to Backup and Restore your Room Database
Expand Down

0 comments on commit 8c48890

Please sign in to comment.