Version 0.5.2.

Julien LepillerFri Jul 29 18:34:47+0200 2022

639bb35

Version 0.5.2.

.gitignore

1313
/captures
1414
.externalNativeBuild
1515
/app/release
16+
/app/debug

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.2
11+
----------------
12+
1013
### Bug Fixes
1114
1215
* Dictionary download crashed on Android 12+.

app/build.gradle

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