Skip to content

Commit

Permalink
Release v1.0.0-beta13
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi0101 committed Aug 15, 2023
1 parent d4b7d07 commit d241a3f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Android-Room-Database-Backup Changelog

## [v1.0.0-beta13] - 2023-08-15

### Changes

- Dependency/Gradle upgrades
- Updated Java to v17

### Fixes

- Fixes jetpack compose
compatibility ([#29](https://github.com/rafi0101/Android-Room-Database-Backup/pull/29))

## [v1.0.0-beta12] - 2023-03-11

### Changes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

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

```groovy
implementation 'de.raphaelebner:roomdatabasebackup:1.0.0-beta12'
implementation 'de.raphaelebner:roomdatabasebackup:1.0.0-beta13'
```

Usage
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
compileSdk 33
buildToolsVersion = "33.0.1"
versionCode 1
versionName '1.0.0-beta12'
versionName '1.0.0-beta13'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand Down

0 comments on commit d241a3f

Please sign in to comment.