Skip to content

Commit

Permalink
Merge branch 'release/1.3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
mshdabiola committed Jan 30, 2025
2 parents 72ea1f0 + 8b8c894 commit e7de8a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/fossReliantRelease-badging.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package: name='com.mshdabiola.playnotepad.foss' versionCode='136' versionName='1.3.6' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
package: name='com.mshdabiola.playnotepad.foss' versionCode='137' versionName='1.3.7' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
sdkVersion:'24'
targetSdkVersion:'35'
uses-permission: name='android.permission.RECORD_AUDIO'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ fun EditScreen(
NoteTextField(
state = content,
placeholder = stringResource(Rd.string.modules_designsystem_subject),
imeAction = ImeAction.Next,
imeAction = ImeAction.None,
keyboardAction = { subjectFocus.freeFocus() },
modifier = Modifier
.fillMaxWidth()
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ kover = "0.9.0"
series = "0.0.19"
calf = "0.4.0"

versionName = "1.3.6"
versionCode = "136"
versionName = "1.3.7"
versionCode = "137"

telephoto = "0.13.0"
lottieCompose = "6.5.0"
Expand Down

0 comments on commit e7de8a0

Please sign in to comment.