File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Where to Download
1313-----------------
1414``` groovy
1515dependencies {
16- compile 'com.xlythe:camera-view:1.2.2 '
16+ compile 'com.xlythe:camera-view:1.2.3 '
1717}
1818```
1919
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion 26
5- buildToolsVersion ' 26.0.0 '
5+ buildToolsVersion ' 26.0.1 '
66
77 defaultConfig {
88 minSdkVersion 14
99 targetSdkVersion 26
1010 versionCode 1
11- versionName " 1.2.2 "
11+ versionName " 1.2.3 "
1212 }
1313 lintOptions {
1414 abortOnError false
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ bintray.libraryName=CameraView
22
33bintray.groupId =com.xlythe
44bintray.artifact =camera-view
5- bintray.libraryVersion =1.2.2
5+ bintray.libraryVersion =1.2.3
66
77bintray.libraryDescription =' An Android View that displays the camera'
88
You can’t perform that action at this time.
0 commit comments