File tree 4 files changed +30
-3
lines changed
4 files changed +30
-3
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ android {
20
20
sourceCompatibility JavaVersion . VERSION_1_8
21
21
targetCompatibility JavaVersion . VERSION_1_8
22
22
}
23
+ defaultPublishConfig " debug"
23
24
}
24
25
25
26
dependencies {
26
27
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
27
28
implementation ' com.android.support:appcompat-v7:27.1.1'
28
- implementation ' com.android.support.constraint:constraint-layout:1.0.2 '
29
+ implementation ' com.android.support.constraint:constraint-layout:1.1.0 '
29
30
implementation ' com.android.support:design:27.1.1'
30
31
testImplementation ' junit:junit:4.12'
31
32
implementation ' com.android.support:support-dynamic-animation:27.1.1'
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ buildscript {
8
8
}
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:3.1.1'
11
-
12
-
11
+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3 '
12
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1 '
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
15
15
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
+ ext {
4
+ bintrayRepo = ' HiddenLayoutView'
5
+ bintrayName = ' HiddenLayoutView'
6
+
7
+ publishedGroupId = ' com.psx95.hiddenlayoutview'
8
+ libraryName = ' HiddenLayoutView'
9
+ artifact = ' hidden-layout-view'
10
+
11
+ libraryDescription = ' A library to show hidden layouts with built-in animations'
12
+
13
+ siteUrl = ' https://github.com/psx95/HiddenLayout'
14
+ gitUrl = ' https://github.com/psx95/HiddenLayout.git'
15
+
16
+ libraryVersion = ' 0.1.0'
17
+
18
+ developerId = ' psx95'
19
+ developerName = ' Pranav Sharma'
20
+ developerEmail = ' pranav.ps95@hotmail.com'
21
+
22
+ licenseName = ' MIT License'
23
+ licenseUrl = ' https://opensource.org/licenses/MIT'
24
+ allLicenses = [" MIT" ]
25
+ }
26
+
3
27
android {
4
28
compileSdkVersion 27
5
29
@@ -36,3 +60,5 @@ dependencies {
36
60
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
37
61
implementation ' com.android.support:support-dynamic-animation:27.1.1'
38
62
}
63
+ apply from : ' https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
64
+ apply from : ' https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
You can’t perform that action at this time.
0 commit comments