Skip to content

Commit a65771d

Browse files
author
roman_tcaregorodtcev
committed
jitpack support was added
1 parent 45276cc commit a65771d

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ buildscript {
1111
repositories {
1212
google()
1313
jcenter()
14+
maven { url 'https://jitpack.io' }
1415
}
1516
dependencies {
1617
classpath 'com.android.tools.build:gradle:3.0.1'
1718
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
19+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1820

1921
// NOTE: Do not place your application dependencies here; they belong
2022
// in the individual module build.gradle files
@@ -25,6 +27,7 @@ allprojects {
2527
repositories {
2628
google()
2729
jcenter()
30+
maven { url 'https://jitpack.io' }
2831
}
2932
}
3033

center_icon_button/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
group = 'com.github.Omega-R'
24

35
android {
46
compileSdkVersion rootProject.compileSdkVersion

images/example.png

28.7 KB
Loading

0 commit comments

Comments
 (0)