File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
4545Android-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.
4848Add 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
5454Usage
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments