Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chittacouple committed Sep 9, 2020
1 parent aaa5300 commit b25f98b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.2
* Support OTP (One time password) QR codes
* Decrease app size
* Bug fixes

## 1.1
* Support dark theme on all Android versions
* Support edge-to-edge on Android 10
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.example.barcodescanner"
minSdkVersion 21
targetSdkVersion 29
versionCode 3
versionName "1.1"
versionCode 4
versionName "1.2"
multiDexEnabled true
vectorDrawables.useSupportLibrary true
resConfigs "en", "ru"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Added support for OTP (One time password) QR codes
* Decreased app size
* Bug fixes
3 changes: 3 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Добавлена поддержка OTP QR-кодов
* Уменьшение размера приложения
* Исправления багов

0 comments on commit b25f98b

Please sign in to comment.