diff --git a/DateToShamsi/build.gradle b/DateToShamsi/build.gradle index d36de1f..8fb300b 100644 --- a/DateToShamsi/build.gradle +++ b/DateToShamsi/build.gradle @@ -42,7 +42,7 @@ publishing { release(MavenPublication) { groupId = 'com.github.MohammadSadeghMehrafzoon' artifactId = 'ConvertDateAndTimeToPersian' - version = '1.1.3' + version = '0.0.1' afterEvaluate { from components.release diff --git a/gradle.properties b/gradle.properties index 479cf3c..94a9cc4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,3 @@ android.enableJetifier=true kotlin.code.style=official android.disableAutomaticComponentCreation=true -systemProp.http.proxyHost=fodev.org -systemProp.http.proxyPort=8118 -systemProp.https.proxyHost=fodev.org -systemProp.https.proxyPort=8118 \ No newline at end of file