Skip to content

Commit

Permalink
Add maven release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinan Kozak committed Apr 5, 2020
1 parent 5c96c7a commit 11a008c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions android-lints/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.kozaxinan.android-lints'

android {
compileSdkVersion 29
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ buildscript {
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:3.6.1"
classpath "com.android.tools.build:gradle:3.6.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

0 comments on commit 11a008c

Please sign in to comment.