Merge pull request #37 from usetrmnl/bump

[BUMP] Version for next release
This commit is contained in:
Hossain Khan
2025-05-06 07:50:53 -04:00
committed by GitHub
3 changed files with 8 additions and 3 deletions
+6
View File
@@ -71,6 +71,12 @@ To build a debug APK:
./gradlew assembleDebug
```
### Snapshot Builds
Automatic snapshot release builds are available in the [release workflow](https://github.com/usetrmnl/trmnl-android/actions/workflows/android-release.yml) artifacts.
<img width="823" alt="trmnl-artifacts-light" src="https://github.com/user-attachments/assets/da6a4171-7e6a-41c7-915e-de4cf5c18e65#gh-light-mode-only" />
<img width="819" alt="trmnl-artifacts-dark" src="https://github.com/user-attachments/assets/3740917c-a42f-402e-938a-408c0940391b#gh-dark-mode-only" />
## Issues
- For bug reports, include steps to reproduce, expected behavior, and actual behavior
-1
View File
@@ -45,7 +45,6 @@ The TRMNL Display Mirror app serves as a digital display mirror for TRMNL e-ink
- [x] Automatic periodic image refresh from the server
- [x] Adaptive refresh rate based on server response config
- [x] Manual refresh capabilities
- [x] Image caching for offline viewing
- [x] Refresh history logging for tracking & validation
+2 -2
View File
@@ -17,8 +17,8 @@ android {
applicationId = "ink.trmnl.android"
minSdk = 30
targetSdk = 35
versionCode = 3
versionName = "1.2.0"
versionCode = 4
versionName = "1.3.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}