Skip to content

Commit

Permalink
Fix crash caused by Material dependency update, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
msoultanidis committed Mar 31, 2022
1 parent 32f8817 commit 7882cbf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "org.qosp.notes"
minSdkVersion 21
targetSdkVersion 31
versionCode 7
versionName "1.4.2"
versionCode 8
versionName "1.4.3"

testInstrumentationRunner "org.qosp.notes.TestRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/no_translate_strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Quillnote</string>
<string name="app_version" translatable="false">1.4.2</string>
<string name="app_version" translatable="false">1.4.3</string>
<string name="app_website" translatable="false">https://qosp.org</string>
<string name="app_developer_name" translatable="false">Michael Soultanidis</string>
<string name="app_developer_repo" translatable="false">https://github.com/msoultanidis</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.kotlin_version = '1.5.31'
ext.hilt_version = "2.41"
ext.nav_version = "2.4.1"
ext.material_version = "1.5.0"
ext.material_version = "1.4.0"
ext.room_version = "2.4.2"
ext.lifecycle_version = "2.4.1"
ext.datastore_version = "1.0.0"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/el/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Διόρθωση σφαλμάτων.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix various crashes.

0 comments on commit 7882cbf

Please sign in to comment.