Skip to content

Commit f819807

Browse files
committed
Release v1.1.0
1 parent e3fd9f8 commit f819807

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

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.2/versions)
44+
to [Maven Central](https://central.sonatype.com/artifact/de.raphaelebner/roomdatabasebackup/1.1.0/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.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

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=de.raphaelebner
33
POM_ARTIFACT_ID=roomdatabasebackup
4-
VERSION_NAME=1.0.2
4+
VERSION_NAME=1.1.0
55
VERSION_CODE=1
66

77
POM_NAME="roomdatabasebackup"

0 commit comments

Comments
 (0)