Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
prithivraj committed Jul 19, 2020
1 parent 5a69ed7 commit 8c06d29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ buildscript {
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.0"
classpath "com.android.tools.build:gradle:4.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
}
Expand Down
4 changes: 4 additions & 0 deletions progressview/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ plugins {
kotlin("android.extensions")
maven
`maven-publish`
id("com.github.dcendents.android-maven")
}

group = "com.github.zestworks"

android {
compileSdkVersion(BuildVersions.compileSdkVersion)
buildToolsVersion = BuildVersions.buildToolsVersion
Expand Down

0 comments on commit 8c06d29

Please sign in to comment.