Skip to content

Commit

Permalink
gradle updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdubey021 committed Nov 10, 2017
1 parent d14ab84 commit e809ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
3 changes: 2 additions & 1 deletion gpslibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'

apply plugin:'com.github.dcendents.android-maven'
group="com.github.ankitdubey021"
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
Expand Down

0 comments on commit e809ac3

Please sign in to comment.