Skip to content

Commit

Permalink
Release v1.0.0-beta08
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi0101 committed Nov 15, 2021
1 parent 2a83ce5 commit 3fabbc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Android-Room-Database-Backup Changelog

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

### Features
- **Custom Backup Location:** ([#9](https://github.com/rafi0101/Android-Room-Database-Backup/issues/9))
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-beta07'
implementation 'com.github.rafi0101:Android-Room-Database-Backup:1.0.0-beta08'
```

Usage
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-beta07'
versionName '1.0.0-beta08'

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

0 comments on commit 3fabbc5

Please sign in to comment.