Skip to content

Commit

Permalink
raise version name and add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Aug 24, 2023
1 parent 500e122 commit 1403cd9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
targetSdk = libs.versions.compileSdk.get().toInt()
// versionCode will be set manually on each release
versionCode = 9999
versionName = "0.1.0"
versionName = "0.2.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [0.1.0] - 2023-08-17

### Added

- Fastlane for F-Droid deployment
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/103.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [0.2.0] - 2023-08-24

### Added

- Added machine learning (MTCNN) to detect faces in photos

0 comments on commit 1403cd9

Please sign in to comment.