Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
daris committed Jan 28, 2023
1 parent 539f225 commit 2b641d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion DateToShamsi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b641d1

Please sign in to comment.