Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.idea/caches/build_file_checksums.ser
#	app/src/main/java/com/amit/kotlib/api/ApiServices.kt
#	app/src/main/java/com/amit/kotlib/db/DBHelper.kt
#	app/src/main/java/com/amit/kotlib/db/Database.kt
  • Loading branch information
amitjangid80 committed Oct 20, 2018
2 parents 47b7181 + 3a984d3 commit cc7ff4a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# kotlib

[![](https://jitpack.io/v/amitjangid80/kotlib.svg)](https://jitpack.io/#amitjangid80/kotlib)


### Usage
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

```
dependencies {
implementation 'com.github.amitjangid80:kotlib:v1.0.2'
}
```

0 comments on commit cc7ff4a

Please sign in to comment.