Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyank Vasa authored and pvasa committed Apr 26, 2019
1 parent 6f13e4a commit 7a441cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CameraEx/buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Config {
const val jvmTarget = "1.8"

private const val majorVersion = 3
private const val minorVersion = 4
private const val minorVersion = 5
private const val patchVersion = 1
private const val versionClassifier = ""

Expand Down
4 changes: 2 additions & 2 deletions CameraEx/sampleApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ dependencies {
implementation(fileTree(mapOf("include" to arrayOf("*.jar"), "dir" to "libs")))

// CameraViewEx
// implementation("com.priyankvasa.android:cameraview-ex:3.5.0-alpha")
implementation("com.priyankvasa.android:cameraview-ex:3.5.0-alpha-debug")
// implementation("com.priyankvasa.android:cameraview-ex:3.5.1-alpha")
implementation("com.priyankvasa.android:cameraview-ex:3.5.1-alpha-debug")

// Kotlin
implementation(Config.Libs.kotlinStdLibJdk8)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In app build.gradle,
```gradle
dependencies {
// ...
implementation "com.priyankvasa.android:cameraview-ex:3.5.0-alpha"
implementation "com.priyankvasa.android:cameraview-ex:3.5.1-alpha"
}
```

Expand Down

0 comments on commit 7a441cf

Please sign in to comment.