mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
Merge pull request #37 from usetrmnl/bump
[BUMP] Version for next release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user