Skip to content

Commit eb29447

Browse files
committed
bump to v1.2.1
1 parent 0908439 commit eb29447

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.2'
16+
compile 'com.xlythe:camera-view:1.2.1'
1717
}
1818
```
1919

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion '25.0.2'
4+
compileSdkVersion 26
5+
buildToolsVersion '26.0.0'
66

77
defaultConfig {
88
applicationId "com.xlythe.sample.camera"
99
minSdkVersion 14
10-
targetSdkVersion 25
10+
targetSdkVersion 26
1111
versionCode 1
1212
versionName "1.0.0"
1313
}

camera-view/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion '25.0.2'
4+
compileSdkVersion 26
5+
buildToolsVersion '26.0.0'
66

77
defaultConfig {
88
minSdkVersion 14
9-
targetSdkVersion 25
9+
targetSdkVersion 26
1010
versionCode 1
11-
versionName "1.2"
11+
versionName "1.2.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.2
5+
bintray.libraryVersion=1.2.1
66

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

0 commit comments

Comments
 (0)