File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11# Android-Room-Database-Backup Changelog
22
3+ ## [ v1.1.0] - 2025-03-23
4+
5+ ### Changes
6+
7+ - dependency/gradle upgrades
8+ - customBackupFileName should not contain file extension. File extension(s) will be added automatically
9+ - changed from maven-publish ossrh to central portal publishing
10+ (I hope this will not break the library (fingers crossed))
11+
12+ ### Fixes
13+
14+ - Fix SQLite3 backups not recognized on Android 15 ([ #43 ] ( https://github.com/rafi0101/Android-Room-Database-Backup/pull/43 ) )
15+ - Fix UI layout issue on Android 15 (edge-to-edge mode) ([ #43 ] ( https://github.com/rafi0101/Android-Room-Database-Backup/pull/43 ) )
16+ - Fix empty Google Drive backups ([ #44 ] ( https://github.com/rafi0101/Android-Room-Database-Backup/pull/44 ) )
17+
318## [ v1.0.2] - 2024-12-03
419
520### 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.2 /versions )
44+ to [ Maven Central] ( https://central.sonatype.com/artifact/de.raphaelebner/roomdatabasebackup/1.1.0 /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.2 '
49+ implementation 'de.raphaelebner:roomdatabasebackup:1.1.0 '
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 =de.raphaelebner
33POM_ARTIFACT_ID =roomdatabasebackup
4- VERSION_NAME =1.0.2
4+ VERSION_NAME =1.1.0
55VERSION_CODE =1
66
77POM_NAME ="roomdatabasebackup"
You can’t perform that action at this time.
0 commit comments