File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ You can find KittyORM Demo application that shows KittyORM capabilities and cont
77[ KittyORM Project pages] ( https://akaish.github.io/KittyORMPages/ )
88[ KittyORM Project at GitHub] ( https://github.com/akaish/KittyORM )
99[ KittyORM Demo and tutorial application] ( https://play.google.com/store/apps/details?id=net.akaish.kittyormdemo )
10- Current version: [ 0.1.2 ] ( http://repo1.maven.org/maven2/net/akaish/kitty/orm/kitty-orm/ )
10+ Current version: [ 0.1.4 ] ( http://repo1.maven.org/maven2/net/akaish/kitty/orm/kitty-orm/ )
1111
1212## Table of contents
13131 . [ Introduction to KittyORM] ( #introduction-to-kittyorm )
@@ -54,7 +54,7 @@ And some other features as well.
5454First step is to add KittyORM via Gradle to your app ` build.gradle ` :
5555``` Java
5656dependencies {
57- compile ' net.akaish.kitty.orm:kitty-orm:0.1.2 '
57+ implementation ' net.akaish.kitty.orm:kitty-orm:$latest_version '
5858}
5959```
6060
You can’t perform that action at this time.
0 commit comments