Skip to content

Commit d241a3f

Browse files
committed
Release v1.0.0-beta13
1 parent d4b7d07 commit d241a3f

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
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-beta13] - 2023-08-15
4+
5+
### Changes
6+
7+
- Dependency/Gradle upgrades
8+
- Updated Java to v17
9+
10+
### Fixes
11+
12+
- Fixes jetpack compose
13+
compatibility ([#29](https://github.com/rafi0101/Android-Room-Database-Backup/pull/29))
14+
315
## [v1.0.0-beta12] - 2023-03-11
416

517
### Changes

README.md

Lines changed: 3 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.0-orange)](https://developer.android.com/jetpack/androidx/releases/room#2.5.0)
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)
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,12 +43,12 @@ 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-beta12/versions)
46+
to [Maven Central](https://central.sonatype.com/artifact/de.raphaelebner/roomdatabasebackup/1.0.0-beta13/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-beta12'
51+
implementation 'de.raphaelebner:roomdatabasebackup:1.0.0-beta13'
5252
```
5353

5454
Usage

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
compileSdk 33
1919
buildToolsVersion = "33.0.1"
2020
versionCode 1
21-
versionName '1.0.0-beta12'
21+
versionName '1.0.0-beta13'
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
consumerProguardFiles "consumer-rules.pro"
2424
}

0 commit comments

Comments
 (0)