We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be305d commit 4ec09c7Copy full SHA for 4ec09c7
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
minSdkVersion 24
12
compileSdk 35
13
targetSdkVersion 35
14
- versionCode 16
15
- versionName "0.94.1-alpha11"
+ versionCode 17
+ versionName "0.95.0-alpha12"
16
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
testInstrumentationRunnerArguments useTestStorageService: "true"
fastlane/metadata/android/en-US/changelogs/17.txt
@@ -1,5 +1,5 @@
1
Features
2
-- Support for TriliumNext 0.95 (0.94 is no longer supported)
+- Support for TriliumNext 0.95 (0.94 is no longer supported!)
3
4
Bugfixes
5
- Fixed crash when viewing very large note on Android 8.1 or older
0 commit comments