Version 0.5.1.

Julien LepillerSat Jul 16 16:13:25+0200 2022

08fd6b5

Version 0.5.1.

CHANGELOG.md

77
Here is a list of changes that are not yet part of a release, but that will
88
appear in next release.
99
10+
Changes in 0.5.1
11+
----------------
12+
13+
### Bug Fixes
14+
15+
* The Japanese full-width question mark is now understood as a question mark
16+
  for regex search
17+
* A bug caused a crash in some Android versions (at least Android 8). The
18+
  reason why the bug is specific to Android versions is unknown, but a
19+
  workaround was implemented.
20+
1021
Changes in 0.5.0
1122
----------------
1223

app/build.gradle

66
        applicationId "eu.lepiller.nani"
77
        minSdkVersion 15
88
        targetSdkVersion 33
9-
        versionCode 14
10-
        versionName "0.5.0"
9+
        versionCode 15
10+
        versionName "0.5.1"
1111
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
    }
1313
    buildTypes {