Skip to content

Commit cda4699

Browse files
author
Mohammad Rezaei
committed
Revert build changes
1 parent 40b15cb commit cda4699

3 files changed

Lines changed: 32 additions & 1 deletion

File tree

autoimageslider/build.gradle

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
apply 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+
330
android {
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'

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)