Skip to content

Commit

Permalink
Release v1.0.0-beta09
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi0101 committed Dec 6, 2021
1 parent 8985baa commit 79f0770
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Android-Room-Database-Backup Changelog

## [v1.0.0-beta09] - 2021-12-06

### Breaking Changes
- Package name changes from `com.ebner.roomdatabasebackup.core.RoomBackup` to `de.raphaelebner.roomdatabasebackup.core.RoomBackup`

--> Next step is to change from Jitpack to MavenCentral

### Upgrading Notes
- You need to import the library by the new package name and delete the old import. Your IDE may helps you with these steps.

## [v1.0.0-beta08] - 2021-11-14

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ allprojects {
Then, add the dependency for `Android-Room-Database-Backup ` to your app-level `build.gradle` file.

```groovy
implementation 'com.github.rafi0101:Android-Room-Database-Backup:1.0.0-beta08'
implementation 'com.github.rafi0101:Android-Room-Database-Backup:1.0.0-beta09'
```

Usage
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 21
targetSdkVersion 31
versionCode 1
versionName "1.0.2-1"
versionName "1.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 21
targetSdkVersion 31
versionCode 1
versionName '1.0.0-beta08-1'
versionName '1.0.0-beta09'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 79f0770

Please sign in to comment.