Prepare release: v1.3.0

This commit is contained in:
Pierre-Yves Nicolas
2025-10-04 08:12:51 +02:00
parent 8d9609dd0a
commit f2d98e1bd9
3 changed files with 6 additions and 2 deletions

View File

@@ -25,8 +25,8 @@ android {
// https://ai.google.dev/edge/litert/android/index // https://ai.google.dev/edge/litert/android/index
minSdk = 26 minSdk = 26
targetSdk = 35 targetSdk = 35
versionCode = 24 // increment by 2 because of ABI-specific APKs versionCode = 26 // increment by 2 because of ABI-specific APKs
versionName = "1.2.0" versionName = "1.3.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@@ -0,0 +1,2 @@
- New: you can reorder pages by long-pressing on a thumbnail and dragging it.
- Improved performance when browsing multi-page documents.

View File

@@ -0,0 +1,2 @@
- New: you can reorder pages by long-pressing on a thumbnail and dragging it.
- Improved performance when browsing multi-page documents.