Skip to content

Commit d978461

Browse files
committed
Release v1.0.0-beta14
1 parent a2b54b8 commit d978461

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [v1.0.0-beta14] - 2024-01-06
4+
5+
###
6+
- Migrated from Gradle to Kotlin DSL
7+
8+
**If this version makes any technical problems please feel free to contact me. I made some changes in Gradle/Kotlin DSL and not sure if everything is working as excepted**
9+
10+
### Fixes
11+
12+
- Just dependency upgrades
13+
14+
315
## [v1.0.0-beta13] - 2023-08-15
416

517
### Changes

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
![Build](https://github.com/rafi0101/Android-Room-Database-Backup/workflows/Android%20CI/badge.svg)
55
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.raphaelebner/roomdatabasebackup/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.raphaelebner/roomdatabasebackup)
6-
[![Room Version](https://img.shields.io/badge/room_version-2.5.2-orange)](https://developer.android.com/jetpack/androidx/releases/room#2.5.2)
6+
[![Room Version](https://img.shields.io/badge/room_version-2.6.1-orange)](https://developer.android.com/jetpack/androidx/releases/room#2.6.1)
77
[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21)
88
![Language](https://img.shields.io/badge/language-Kotlin-orange.svg)
99
[![PRWelcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/rafi0101/Android-Room-Database-Backup/pulls)
@@ -43,14 +43,16 @@ Getting started
4343
-----------
4444

4545
Android-Room-Database-Backup library is pushed
46-
to [Maven Central](https://central.sonatype.com/artifact/de.raphaelebner/roomdatabasebackup/1.0.0-beta13/versions)
46+
to [Maven Central](https://central.sonatype.com/artifact/de.raphaelebner/roomdatabasebackup/1.0.0-beta14/versions)
4747
.
4848
Add the dependency for `Android-Room-Database-Backup ` to your app-level `build.gradle` file.
4949

5050
```groovy
51-
implementation 'de.raphaelebner:roomdatabasebackup:1.0.0-beta13'
51+
implementation 'de.raphaelebner:roomdatabasebackup:1.0.0-beta14'
5252
```
5353

54+
**If this version makes any technical problems please feel free to contact me. I made some changes in Gradle/Kotlin DSL and not sure if everything is working as excepted**
55+
5456
Usage
5557
-----------
5658

0 commit comments

Comments
 (0)