Skip to content

Commit b733a1c

Browse files
committed
Creating 1.0.6 release
1 parent c2daa22 commit b733a1c

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.0.4] - 2021-07-12
7+
## [1.0.6] - 2021-10-22
8+
### Changed
9+
- Migrating to latest CameraX library
10+
### Added
11+
- Support of flash during taking pictures
12+
- Fix Indonesian language support for meta documents
13+
14+
## [1.0.5] - 2021-07-12
815
### Added
916
- Fix Indonesian language support
1017
- Add Brazilian Portuguese language

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.bretahajek.docus"
88
minSdkVersion 21
99
targetSdkVersion 29
10-
versionCode 7
11-
versionName "1.0.5"
10+
versionCode 8
11+
versionName "1.0.6"
1212
buildFeatures.dataBinding
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
javaCompileOptions {
@@ -63,8 +63,8 @@ dependencies {
6363
def camerax_version = "1.1.0-alpha09"
6464
implementation "androidx.camera:camera-core:${camerax_version}"
6565
implementation "androidx.camera:camera-camera2:${camerax_version}"
66-
implementation 'androidx.camera:camera-view:1.0.0-alpha29'
67-
implementation 'androidx.camera:camera-lifecycle:1.0.2'
66+
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
67+
implementation "androidx.camera:camera-view:1.0.0-alpha29"
6868

6969
// Adding Navigation component
7070
def nav_version = '2.3.5'

0 commit comments

Comments
 (0)