Skip to content

Commit

Permalink
Set version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Mar 21, 2022
1 parent fdca801 commit 0fa367a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ android {
applicationId "org.docspell.docspellshare"
minSdkVersion 21
targetSdkVersion 29
versionCode 11
versionCode 20
// keep this format or change github workflows bash quirks
versionName "0.8.0-SNAPSHOT"
versionName "0.8.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Allow cleartext traffic.

0 comments on commit 0fa367a

Please sign in to comment.