Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kagurazaka committed Oct 19, 2018
1 parent 1561d21 commit 9c5fcac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ The versioning follows [Semantic Versioning](http://semver.org/):
Note that _experimental_ features, annotated with `@Experimental` may change without notice.

## v6.0.0 2018/10/19

https://github.com/maskarade/Android-Orma/compare/v5.1.2...v6.0.0

Orma v6 supports AndroidX instead of Android Support Library.
If your project depends on Android Support Library, you should keep to use Orma v5.x.

## v5.1.2 2018/10/18

https://github.com/maskarade/Android-Orma/compare/v5.1.1...v5.1.2
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ Declare dependencies to use Orma and its annotation processor.

```gradle:build.gradle
dependencies {
annotationProcessor 'com.github.maskarade.android.orma:orma-processor:5.1.2'
compile 'com.github.maskarade.android.orma:orma:5.1.2'
annotationProcessor 'com.github.maskarade.android.orma:orma-processor:6.0.0'
compile 'com.github.maskarade.android.orma:orma:6.0.0'
}
```

Expand Down Expand Up @@ -1126,7 +1126,7 @@ There's an encryption extension as `orma-encryption` since Orma v5.0.0-rc1:

```build.gradle
dependencies {
compile 'com.github.maskarade.android.orma:orma-encryption:5.1.2'
compile 'com.github.maskarade.android.orma:orma-encryption:6.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.2
6.0.0

0 comments on commit 9c5fcac

Please sign in to comment.