Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Savin committed Aug 17, 2015
1 parent 2ae516c commit 2f09293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ Common utils used among OPF libraries. Intended for the internal use.

Download [the latest JAR][opfutils-latest-jar] or grab via Gradle:
```groovy
compile 'org.onepf:opfutils:0.1.24'
compile 'org.onepf:opfutils:0.1.25'
```

or Maven:
```xml
<dependency>
<groupId>org.onepf</groupId>
<artifactId>opfutils</artifactId>
<version>0.1.24</version>
<version>0.1.25</version>
</dependency>
```

[opfutils-latest-jar]: https://github.com/onepf/OPFUtils/releases/download/v0.1.24/opfutils-0.1.24.jar
[opfutils-latest-jar]: https://github.com/onepf/OPFUtils/releases/download/v0.1.25/opfutils-0.1.25.jar
2 changes: 1 addition & 1 deletion opfutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "0.1.24"
versionName "0.1.25"
}

buildTypes {
Expand Down

0 comments on commit 2f09293

Please sign in to comment.