Skip to content

Commit

Permalink
version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hos3ein committed Aug 25, 2016
1 parent 417c760 commit badf76f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PersianMaterialDateTimePicker

![Release](https://img.shields.io/github/release/hos3ein/PersianMaterialDateTimePicker.svg?maxAge=1593002)
![Release](https://img.shields.io/github/release/hos3ein/PersianMaterialDateTimePicker.svg?maxAge=1593003)
[![jitpack](https://jitpack.io/v/hos3ein/PersianMaterialDateTimePicker.svg)](https://jitpack.io/#hos3ein/PersianMaterialDateTimePicker)
![minSDK](https://img.shields.io/badge/minSDK-14-red.svg)

Expand Down Expand Up @@ -28,6 +28,6 @@ and:

```gradle
dependencies {
compile 'com.github.hos3ein:PersianMaterialDateTimePicker:1.2.3'
compile 'com.github.hos3ein:PersianMaterialDateTimePicker:1.2.5'
}
```
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
mavenCentral()
}
dependencies {
// classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
// NOTE: Do not place your application dependencies here; they belong
Expand Down
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven' // ADD THIS

group='com.github.jitpack'

android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
Expand Down

0 comments on commit badf76f

Please sign in to comment.