Skip to content

Commit

Permalink
small fix v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samanzamani committed Sep 11, 2021
1 parent a651fce commit 5e03e8b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
10 changes: 3 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_11
}
testOptions {
unitTests.returnDefaultValues = true
}
Expand All @@ -28,11 +24,11 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.jakewharton:butterknife:10.2.1'
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.json:json:20180813'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'

Expand Down
4 changes: 0 additions & 4 deletions persiandate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_11
}
}
dependencies {
}
Expand Down
2 changes: 1 addition & 1 deletion persiandate/gitpack.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.samanzamani.persiandate'
artifactId = 'stable'
version = '1.1'
version = '1.3.1'
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions persiandate/jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk11

0 comments on commit 5e03e8b

Please sign in to comment.