This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
KaffeePott
/
Android-Client
Watch
5
Star
4
Fork
0
Code
Issues
48
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Version incremented
tags/1.1.4
Janis
7 months ago
parent
de48991a2e
commit
a11cb2dda9
3 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/build.gradle
+2
-0
fastlane/metadata/android/de/changelogs/10104.txt
+2
-0
fastlane/metadata/android/en-US/changelogs/10104.txt
+ 2
- 2
app/build.gradle
View File
@@ -9,8 +9,8 @@ android {
minSdkVersion 21
targetSdkVersion 29
// Version code: MajorMinorPatch: 1.1.5 -> 01 01 05 -> 010105 -> 10105 (omit leading zeroes)
versionCode 1010
3
versionName "1.1.
3
"
versionCode 1010
4
versionName "1.1.
4
"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
+ 2
- 0
fastlane/metadata/android/de/changelogs/10104.txt
View File
@@ -0,0 +1,2 @@
Fehlermeldefunktion ist nun opt-in für F-Droid builds.
Light theme entfernt, bis es funktioniert.
+ 2
- 0
fastlane/metadata/android/en-US/changelogs/10104.txt
View File
@@ -0,0 +1,2 @@
Error reporter is now opt-in for release builds (for F-Droid)
Light theme removed until it's working
Write
Preview
Loading…
Cancel
Save