diff --git a/app/app.iml b/app/app.iml index 1291214c..e6314d20 100644 --- a/app/app.iml +++ b/app/app.iml @@ -87,12 +87,9 @@ - - - @@ -100,11 +97,8 @@ - - - @@ -113,17 +107,14 @@ - - - + - diff --git a/build.gradle b/build.gradle index d85a8983..e12d6b1d 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.4.1' - classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' - classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' +// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' + classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } @@ -19,4 +19,4 @@ allprojects { google() jcenter() } -} +} \ No newline at end of file diff --git a/dist/bintray.gradle b/dist/bintray.gradle index d32323c5..16f08e24 100644 --- a/dist/bintray.gradle +++ b/dist/bintray.gradle @@ -1,49 +1,9 @@ -apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' def distInfo = ext.distInfo; group = distInfo.publishedGroupId // Maven Group ID for the artifact -install { - repositories.mavenInstaller { - // This generates POM.xml with proper parameters - pom { - project { - packaging distInfo.libraryPackaging - groupId distInfo.publishedGroupId - artifactId distInfo.artifact - - // Add your description here - name distInfo.libraryName - description distInfo.libraryDescription - url distInfo.siteUrl - - // Set your license - licenses { - license { - name distInfo.licenseName - url distInfo.licenseUrl - } - } - developers { - developer { - id distInfo.developerId - name distInfo.developerName - email distInfo.developerEmail - } - } - scm { - connection distInfo.gitUrl - developerConnection distInfo.gitUrl - url distInfo.siteUrl - - } - } - } - } -} - version = distInfo.libraryVersion task sourcesJar(type: Jar) { diff --git a/dist/distInfo.gradle b/dist/distInfo.gradle index e3ad7cd6..cbbec660 100644 --- a/dist/distInfo.gradle +++ b/dist/distInfo.gradle @@ -13,7 +13,7 @@ ext.distInfo = [ publishedGroupId : "com.github.rey5137", libraryName : "Material Library", - libraryVersion : "1.2.5", + libraryVersion : "1.3.0", libraryDescription : "An Android library to bring Material Design UI to pre-Lolipop Android.", artifact : "material", libraryPackaging : "aar", diff --git a/material/build.gradle b/material/build.gradle index 36b72eed..8a3cfc55 100644 --- a/material/build.gradle +++ b/material/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 14 targetSdkVersion 28 versionCode 22 - versionName "1.2.5" + versionName "1.3.0" } buildTypes { release {