Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 7882cbf

Browse files
committed
Fix crash caused by Material dependency update, bump version
1 parent 32f8817 commit 7882cbf

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId "org.qosp.notes"
1717
minSdkVersion 21
1818
targetSdkVersion 31
19-
versionCode 7
20-
versionName "1.4.2"
19+
versionCode 8
20+
versionName "1.4.3"
2121

2222
testInstrumentationRunner "org.qosp.notes.TestRunner"
2323
}

app/src/main/res/values/no_translate_strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string name="app_name" translatable="false">Quillnote</string>
4-
<string name="app_version" translatable="false">1.4.2</string>
4+
<string name="app_version" translatable="false">1.4.3</string>
55
<string name="app_website" translatable="false">https://qosp.org</string>
66
<string name="app_developer_name" translatable="false">Michael Soultanidis</string>
77
<string name="app_developer_repo" translatable="false">https://github.com/msoultanidis</string>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
ext.kotlin_version = '1.5.31'
44
ext.hilt_version = "2.41"
55
ext.nav_version = "2.4.1"
6-
ext.material_version = "1.5.0"
6+
ext.material_version = "1.4.0"
77
ext.room_version = "2.4.2"
88
ext.lifecycle_version = "2.4.1"
99
ext.datastore_version = "1.0.0"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Διόρθωση σφαλμάτων.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix various crashes.

0 commit comments

Comments
 (0)