File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
3+
4+ ext {
5+
6+ bintrayRepo = ' android'
7+ bintrayName = ' androidautoimageslider'
8+
9+ publishedGroupId = ' com.github.smarteist'
10+ libraryName = ' autoimageslider'
11+ artifact = ' autoimageslider'
12+
13+ libraryDescription = ' Simple, android image slider'
14+
15+ siteUrl = ' https://github.com/smarteist'
16+ gitUrl = ' https://github.com/smarteist/android-image-slider.git'
17+
18+ libraryVersion = ' 1.4.0'
19+ organization = ' smarteistbintray' // if you push to organization's repository.
20+ developerId = ' smarteist'
21+ developerName = ' Ali Hosseini'
22+ developerEmail = ' ali.hosseini.sr@gmail.com'
23+
24+ licenseName = ' The Apache Software License, Version 2.0'
25+ licenseUrl = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
26+ allLicenses = [" Apache-2.0" ]
27+
28+ }
29+
330android {
431 compileSdkVersion 29
532
@@ -41,3 +68,6 @@ task copyLibs(type: Copy) {
4168 from configurations. libConfig
4269 into ' libs'
4370}
71+
72+ apply from : ' https://raw.githubusercontent.com/smarteist/bintrayUpload/master/install.gradle'
73+ apply from : ' https://raw.githubusercontent.com/smarteist/bintrayUpload/master/bintray.gradle'
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ buildscript {
1010 dependencies {
1111 classpath ' com.android.tools.build:gradle:4.0.0'
1212 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
13+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
1314
1415 // NOTE: Do not place your application dependencies here; they belong
1516 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4-bin .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.1.1-all .zip
You can’t perform that action at this time.
0 commit comments