mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-24 21:58:34 +03:00
fix crash when picking date (screw r8)
This commit is contained in:
parent
ee89da8edf
commit
d3c8b5cdde
2 changed files with 2 additions and 2 deletions
|
@ -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()}\"")
|
||||
|
|
|
@ -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_*" />
|
Loading…
Reference in a new issue