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
RomanZhilich committed Jul 13, 2015
1 parent f73bebf commit 6272c4c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion opfiab-providers/amazon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "0.3.0-SNAPSHOT"
versionName "0.4.0-SNAPSHOT"
}
}

Expand Down
2 changes: 1 addition & 1 deletion opfiab-providers/google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "0.3.0-SNAPSHOT"
versionName "0.4.0-SNAPSHOT"
}
}

Expand Down
2 changes: 1 addition & 1 deletion opfiab-providers/samsung/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "0.3.0-SNAPSHOT"
versionName "0.4.0-SNAPSHOT"
}
}

Expand Down
2 changes: 1 addition & 1 deletion opfiab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "0.3.0-SNAPSHOT"
versionName "0.4.0-SNAPSHOT"
}
}

Expand Down
2 changes: 1 addition & 1 deletion samples/trivialdrive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 31
versionName "0.4.0"
versionName '0.4.0'
}

buildTypes {
Expand Down

0 comments on commit 6272c4c

Please sign in to comment.