Skip to content

Commit

Permalink
[INTEGRATION] Prepared version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djavan-bertrand committed Feb 12, 2019
1 parent a0ff468 commit da1e8dd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.sousoum.jcvdexample"
minSdkVersion 16
targetSdkVersion 28
versionCode 5
versionName "1.3.1"
versionCode 6
versionName "1.3.2"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
group=com.sousoum
version=1.3.1
releaseTag=1.3.1
version=1.3.2
releaseTag=1.3.2
4 changes: 2 additions & 2 deletions jcvd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 5
versionName "1.3.1"
versionCode 6
versionName "1.3.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit da1e8dd

Please sign in to comment.