Skip to content

Commit 29f4298

Browse files
Alpha 7.1
1 parent 0c0370a commit 29f4298

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ local.properties
1919
/signing_key.jks
2020
/gradle
2121
/gradlew*
22+
/*.apk
23+
/*.idsig

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
minSdkVersion 24
1212
compileSdk 35
1313
targetSdkVersion 35
14-
versionCode 11
15-
versionName "0.92.6-alpha7"
14+
versionCode 12
15+
versionName "0.92.6-alpha7.1"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
testInstrumentationRunnerArguments useTestStorageService: "true"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Changes in Alpha 7:
2+
3+
- Compatibility with TriliumNext 0.92.6+
4+
- Fix crash when deleting notes
5+
- Fix crash when viewing global note map
6+
7+
Alpha 7.1 contains only internal build system changes.

0 commit comments

Comments
 (0)