-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branches 'improve' and 'master' of https://github.com/ali-sarda…
- Loading branch information
Showing
20 changed files
with
376 additions
and
471 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
app/src/androidTest/java/com/sardari/ali/persianrangedatepicker/ExampleInstrumentedTest.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
app/src/test/java/com/sardari/ali/persianrangedatepicker/ExampleUnitTest.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,15 @@ | ||
apply plugin: 'com.android.library' | ||
apply plugin: 'com.github.dcendents.android-maven' | ||
|
||
group = 'com.github.persianrangedatepicker' // Maven Group ID for the artifact | ||
|
||
//apply plugin: 'com.github.kt3k.coveralls' | ||
|
||
//ext { | ||
// bintrayRepo = 'maven' | ||
// bintrayName = 'PersianRangeDatePicker' | ||
// | ||
// publishedGroupId = 'com.sardari' | ||
// libraryName = 'PersianRangeDatePicker' | ||
// artifact = 'PersianRangeDatePicker' | ||
// | ||
// libraryDescription = 'Persian Range Date Picker' | ||
// | ||
// siteUrl = 'https://github.com/ali-sardari/PersianRangeDatePicker' | ||
// gitUrl = 'https://github.com/ali-sardari/PersianRangeDatePicker.git' | ||
// | ||
// libraryVersion = '0.1.3' | ||
// | ||
// developerId = 'ali-sardari' | ||
// developerName = 'Ali Sardari' | ||
// developerEmail = '[email protected]' | ||
// | ||
// licenseName = 'The Apache Software License, Version 2.0' | ||
// licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt' | ||
// allLicenses = ["Apache-2.0"] | ||
//} | ||
|
||
group = 'com.github.persianrangedatepicker' | ||
|
||
android { | ||
compileSdkVersion 27 | ||
buildToolsVersion '27.0.3' | ||
flavorDimensions "default" | ||
|
||
defaultConfig { | ||
minSdkVersion 16 | ||
minSdkVersion 17 | ||
targetSdkVersion 27 | ||
versionCode 1 | ||
versionName "1.0.1" | ||
|
@@ -47,122 +20,4 @@ android { | |
dependencies { | ||
implementation fileTree(include: ['*.jar'], dir: 'libs') | ||
implementation 'com.android.support:appcompat-v7:27.1.1' | ||
} | ||
|
||
//--------------------------------------------------------------------- | ||
//coveralls { | ||
// jacocoReportPath = "${buildDir}/reports/coverage/debug/report.xml" | ||
//} | ||
// | ||
//tasks.coveralls { | ||
// dependsOn 'connectedAndroidTest' | ||
// onlyIf { System.env.'CI' } | ||
//} | ||
// | ||
|
||
//apply plugin: 'com.github.dcendents.android-maven' | ||
// | ||
//group = publishedGroupId // Maven Group ID for the artifact | ||
// | ||
//install { | ||
// repositories.mavenInstaller { | ||
// // This generates POM.xml with proper parameters | ||
// pom { | ||
// project { | ||
// packaging 'aar' | ||
// groupId publishedGroupId | ||
// artifactId artifact | ||
// | ||
// // Add your description here | ||
// name libraryName | ||
// description libraryDescription | ||
// url siteUrl | ||
// | ||
// // Set your license | ||
// licenses { | ||
// license { | ||
// name licenseName | ||
// url licenseUrl | ||
// } | ||
// } | ||
// developers { | ||
// developer { | ||
// id developerId | ||
// name developerName | ||
// email developerEmail | ||
// } | ||
// } | ||
// scm { | ||
// connection gitUrl | ||
// developerConnection gitUrl | ||
// url siteUrl | ||
// | ||
// } | ||
// } | ||
// } | ||
// } | ||
//} | ||
// | ||
//apply plugin: 'com.jfrog.bintray' | ||
// | ||
//version = libraryVersion | ||
// | ||
//if (project.hasProperty("android")) { // Android libraries | ||
// task sourcesJar(type: Jar) { | ||
// classifier = 'sources' | ||
// from android.sourceSets.main.java.srcDirs | ||
// } | ||
// | ||
// task javadoc(type: Javadoc) { | ||
// source = android.sourceSets.main.java.srcDirs | ||
// classpath += project.files(android.getBootClasspath().join(File.pathSeparator)) | ||
// } | ||
//} else { // Java libraries | ||
// task sourcesJar(type: Jar, dependsOn: classes) { | ||
// classifier = 'sources' | ||
// from sourceSets.main.allSource | ||
// } | ||
//} | ||
// | ||
//task javadocJar(type: Jar, dependsOn: javadoc) { | ||
// classifier = 'javadoc' | ||
// from javadoc.destinationDir | ||
//} | ||
// | ||
//artifacts { | ||
// archives javadocJar | ||
// archives sourcesJar | ||
//} | ||
// | ||
//// Bintray | ||
//File localProps = project.rootProject.file('local.properties') | ||
// | ||
//if (localProps.exists()) { | ||
// Properties properties = new Properties() | ||
// properties.load(localProps.newDataInputStream()) | ||
// | ||
// bintray { | ||
// user = properties.getProperty("bintray.user") | ||
// key = properties.getProperty("bintray.apikey") | ||
// | ||
// configurations = ['archives'] | ||
// pkg { | ||
// repo = bintrayRepo | ||
// name = bintrayName | ||
// desc = libraryDescription | ||
// websiteUrl = siteUrl | ||
// vcsUrl = gitUrl | ||
// licenses = allLicenses | ||
// publish = true | ||
// publicDownloadNumbers = true | ||
// version { | ||
// desc = libraryDescription | ||
// gpg { | ||
// sign = true //Determines whether to GPG sign the files. The default is false | ||
// passphrase = properties.getProperty("bintray.gpg.password") | ||
// //Optional. The passphrase for GPG signing' | ||
// } | ||
// } | ||
// } | ||
// } | ||
//} | ||
} |
Binary file not shown.
Oops, something went wrong.