File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ Simple tool to backup and restore your room database in Android
4141## Getting started
4242
4343Android-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.
4646Add 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
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
22GROUP_ID =de.raphaelebner
33ARTIFACT_ID =roomdatabasebackup
4- VERSION_NAME =1.0.1
4+ VERSION_NAME =1.0.2
55VERSION_CODE =1
66
77POM_DESCRIPTION =Simple tool to Backup and Restore your Room Database
You can’t perform that action at this time.
0 commit comments