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 Nov 4, 2015
1 parent 2394ad5 commit 69d50c1
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Currently OPFMaps supports the following maps: [Google Maps][google-maps], [Amaz
The main dependencies are the `opfmaps` module and the [OPFUtils][opfutils] library:

```gradle
compile 'org.onepf:opfmaps:0.1.0@aar'
compile 'org.onepf:opfmaps:0.1.1@aar'
compile 'org.onepf:opfutils:0.1.26'
```
Then you have to add at least one map provider dependency.

*Google Maps Provider*:

```gradle
compile 'org.onepf:opfmaps-google:0.1.0@aar'
compile 'org.onepf:opfmaps-google:0.1.1@aar'
compile 'com.google.android.gms:play-services-maps:8.1.0'
```

Expand All @@ -30,14 +30,14 @@ compile 'com.google.android.gms:play-services-maps:8.1.0'
*Amazon Maps Provider*:

```gradle
compile 'org.onepf:opfmaps-amazon:0.1.0@aar'
compile 'org.onepf:opfmaps-amazon:0.1.1@aar'
compile 'com.amazon:amazon-maps-api:2.0'
```

*Osmdroid Provider*:

```gradle
compile 'org.onepf:opfmaps-osmdroid:0.1.0@aar'
compile 'org.onepf:opfmaps-osmdroid:0.1.1@aar'
compile 'org.osmdroid:osmdroid-android:4.3'
compile 'org.osmdroid:bonuspack:5.3'
compile 'org.slf4j:slf4j-android:1.7.12'
Expand All @@ -60,7 +60,7 @@ allprojects {
*Yandex Maps Provider*:

```gradle
compile 'org.onepf:opfmaps-yandex-web:0.1.0@aar'
compile 'org.onepf:opfmaps-yandex-web:0.1.1@aar'
```


Expand Down
2 changes: 1 addition & 1 deletion opfmaps-providers/amazon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionName "0.1.0"
versionName "0.1.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion opfmaps-providers/google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionName "0.1.0"
versionName "0.1.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion opfmaps-providers/osmdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionName "0.1.0"
versionName "0.1.1"
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion opfmaps-providers/yandex-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionName "0.1.0"
versionName "0.1.1"
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion opfmaps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionName "0.1.0"
versionName "0.1.1"
}
}

Expand Down
10 changes: 5 additions & 5 deletions samples/multimapsexample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ check {
dependencies {
compile 'com.android.support:appcompat-v7:23.1.0'

compile 'org.onepf:opfmaps:0.1.0@aar'
compile 'org.onepf:opfmaps-amazon:0.1.0@aar'
compile 'org.onepf:opfmaps-google:0.1.0@aar'
compile 'org.onepf:opfmaps-osmdroid:0.1.0@aar'
compile 'org.onepf:opfmaps-yandex-web:0.1.0@aar'
compile 'org.onepf:opfmaps:0.1.1@aar'
compile 'org.onepf:opfmaps-amazon:0.1.1@aar'
compile 'org.onepf:opfmaps-google:0.1.1@aar'
compile 'org.onepf:opfmaps-osmdroid:0.1.1@aar'
compile 'org.onepf:opfmaps-yandex-web:0.1.1@aar'

compile 'org.onepf:opfutils:0.1.26'

Expand Down

0 comments on commit 69d50c1

Please sign in to comment.