Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Minor README reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
sbosley committed Nov 6, 2017
1 parent fe89609 commit d5ea42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ For support or to ask questions, join our chat channel on [gitter.im](https://gi
To add SquiDB as a dependency in your build.gradle file:
```gradle
// This example is for a typical Android setup, j2objc/iOS setup may vary
//If using kotlin language,please add this
//apply plugin: 'kotlin-kapt'
buildscript {
repositories {
jcenter()
Expand All @@ -28,6 +26,8 @@ repositories {
// Only needed if using the android gradle plugin version less than 2.2.0
// apply plugin: 'com.neenbedankt.android-apt'
// If using Kotlin, you may need to use this plugin instead of the default annotationProcessor configuration
// apply plugin: 'kotlin-kapt'
dependencies {
compile 'com.yahoo.squidb:squidb:3.2.3'
Expand Down

0 comments on commit d5ea42e

Please sign in to comment.