From 236dab5626351a96d3f8c2e992836e5835e4590c Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 17 Sep 2015 17:43:37 +0200 Subject: Update JavaDoc --- aboutit/build.gradle | 84 ---------------------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 aboutit/build.gradle (limited to 'aboutit/build.gradle') diff --git a/aboutit/build.gradle b/aboutit/build.gradle deleted file mode 100644 index d377df0..0000000 --- a/aboutit/build.gradle +++ /dev/null @@ -1,84 +0,0 @@ -apply plugin: 'com.android.library' -apply plugin: 'maven' -apply plugin: 'signing' -apply plugin: 'nexus-workflow' - -group = "com.snilius.aboutit" -archivesBaseName = "aboutit" -version = "1.2.0" - -android { - compileSdkVersion 23 - buildToolsVersion '23.0.1' - - defaultConfig { - minSdkVersion 14 - targetSdkVersion 23 - versionCode 6 - versionName version - } - buildTypes { - release { - minifyEnabled false - } - } -} - -dependencies { - compile 'com.android.support:appcompat-v7:23.0.1' -} - -configurations { - archives { - extendsFrom configurations.default - } -} - -signing { - sign configurations.archives -} - -uploadArchives { - repositories { - mavenDeployer { - beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) } - - repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") { - authentication(userName: ossrhUsername, password: ossrhPassword) - } - - snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") { - authentication(userName: ossrhUsername, password: ossrhPassword) - } - - pom.project { - name 'AboutIt' - packaging 'jar' - // optionally artifactId can be defined here - description 'A About-page creator' - url 'https://github.com/victorhaggqvist/AboutIt' - - scm { - connection 'scm:git:https://github.com/victorhaggqvist/AboutIt.git' - developerConnection 'scm:git:https://github.com/victorhaggqvist/AboutIt.git' - url 'https://github.com/victorhaggqvist/AboutIt' - } - - licenses { - license { - name 'The Apache License, Version 2.0' - url 'http://www.apache.org/licenses/LICENSE-2.0.txt' - } - } - - developers { - developer { - id 'atriix' - name 'Victor Häggqvist' - email 'victor@snilius.com' - } - } - } - } - } -} \ No newline at end of file -- cgit v1.2.3