We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdca801 commit 0fa367aCopy full SHA for 0fa367a
app/build.gradle
@@ -8,9 +8,9 @@ android {
8
applicationId "org.docspell.docspellshare"
9
minSdkVersion 21
10
targetSdkVersion 29
11
- versionCode 11
+ versionCode 20
12
// keep this format or change github workflows bash quirks
13
- versionName "0.8.0-SNAPSHOT"
+ versionName "0.8.0"
14
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16
}
fastlane/metadata/android/en-US/changelogs/20.txt
@@ -0,0 +1 @@
1
+- Allow cleartext traffic.
0 commit comments