Skip to content

Commit

Permalink
refresh readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blisssayyid committed Apr 5, 2018
1 parent ebf9fe1 commit d2fd1f1
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ allprojects {
And add the dependency
```
dependencies {
implementation 'com.github.User:Repo:Tag'
implementation 'com.github.blisssayyid:FastLocation:0.0.1'
}
```
#### Base
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
2 changes: 2 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.blisssayyid'

android {
compileSdkVersion 26

0 comments on commit d2fd1f1

Please sign in to comment.