Skip to content

Commit

Permalink
fix crash when picking date (screw r8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Jun 1, 2021
1 parent ee89da8 commit d3c8b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
targetSdkVersion(AndroidConfig.targetSdk)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
versionCode = 63
versionName = "0.11.1.0-mi"
versionName = "0.11.1.1-mi"

buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/keep.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@layout/md_dialog_*" />
tools:keep="@layout/md_*" />

0 comments on commit d3c8b5c

Please sign in to comment.