Skip to content

Commit

Permalink
Merge pull request #13 from bkhezry/update_persian_calendar
Browse files Browse the repository at this point in the history
Update persian calendar
  • Loading branch information
aliab authored May 26, 2018
2 parents 8a83f60 + 73985bb commit fb3ca13
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 50 deletions.
3 changes: 0 additions & 3 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion '26.0.2'
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "ir.hamsaa.persiandatepicker"
minSdkVersion 14
Expand All @@ -19,6 +19,6 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:26.1.0'
compile project(":persiandatepicker")
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation project(":persiandatepicker")
}
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
buildscript {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.1.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -16,7 +16,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
google()
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Nov 04 21:33:25 IRST 2017
#Sat May 26 11:51:02 IRDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
4 changes: 2 additions & 2 deletions persiandatepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 26
buildToolsVersion '26.0.2'
buildToolsVersion '27.0.3'

defaultConfig {
minSdkVersion 14
Expand All @@ -19,5 +19,5 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
}
Loading

0 comments on commit fb3ca13

Please sign in to comment.