Skip to content

Commit

Permalink
maven setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbeomi committed Nov 7, 2020
1 parent 498536a commit 80a5c97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion TouchMouse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ plugins {
id 'com.android.library'
id 'kotlin-android'
}
apply plugin: 'com.github.dcendents.android-maven'
group = 'github.hongbeomi.dividerseekbar'
version = '1.0.1'

android {
compileSdkVersion 30
Expand All @@ -11,7 +14,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ buildscript {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit 80a5c97

Please sign in to comment.