Skip to content

Commit 995e229

Browse files
committed
bump to v1.1.1
1 parent f88f326 commit 995e229

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Where to Download
1313
-----------------
1414
```groovy
1515
dependencies {
16-
compile 'com.xlythe:camera-view:1.1'
16+
compile 'com.xlythe:camera-view:1.1.1'
1717
}
1818
```
1919

camera-view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 14
99
targetSdkVersion 25
1010
versionCode 1
11-
versionName "1.1"
11+
versionName "1.1.1"
1212
}
1313
lintOptions {
1414
abortOnError false

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bintray.libraryName=CameraView
22

33
bintray.groupId=com.xlythe
44
bintray.artifact=camera-view
5-
bintray.libraryVersion=1.1
5+
bintray.libraryVersion=1.1.1
66

77
bintray.libraryDescription='An Android View that displays the camera'
88

0 commit comments

Comments
 (0)