Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maekawa Yuichi committed Sep 19, 2017
1 parent af9fed6 commit af225e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Rich url link view for Android.
## Usage

```groovy
compile 'me.kaelaela:OpenGraphView:1.1.0@aar'
compile 'me.kaelaela:OpenGraphView:1.2.0@aar'
```

```java
Expand Down Expand Up @@ -64,7 +64,7 @@ ogView.loadFrom(url);
- [x] Image cache
- [x] Enable load twitter
- [ ] Load more metadata
- [ ] custom parser
- [x] custom parser

## Me

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ MIN_SDK_VERSION=16
TARGET_SDK_VERSION=25
SUPPORT_APP_COMPAT_VERSION=25.3.1

VERSION_NAME=1.1.0
VERSION_CODE=5
VERSION_NAME=1.2.0
VERSION_CODE=6

GROUP=me.kaelaela
ARTIFACT_ID=OpenGraphView
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '25.0.2'
buildToolsVersion '25.0.3'
}

def file = project.rootProject.file('local.properties')
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '25.0.2'
buildToolsVersion '25.0.3'
}

dependencies {
Expand Down

0 comments on commit af225e4

Please sign in to comment.