Skip to content

Commit

Permalink
Add Details
Browse files Browse the repository at this point in the history
  • Loading branch information
sidhuparas committed Aug 13, 2019
1 parent 62d2b54 commit 322b39e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
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
}
Expand Down
3 changes: 3 additions & 0 deletions simpledate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ buildscript {
repositories {
mavenCentral()
}

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.sidhuparas'

0 comments on commit 322b39e

Please sign in to comment.