Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit aa966ae

Browse files
committed
fix: Fatal error for S+ if FLAG_IMMUTABLE is missing
1 parent e953695 commit aa966ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WallPanelApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins {
2828

2929
def versionMajor = 0
3030
def versionMinor = 10
31-
def versionPatch = 1
31+
def versionPatch = 2
3232
def versionBuild = 0 // bump for dog food builds, public betas, etc.
3333

3434
def CODE() {

0 commit comments

Comments
 (0)