Skip to content

Commit

Permalink
Bump target API level as per Google Play requirements. (#33)
Browse files Browse the repository at this point in the history
* Bump target API level as per Google Play requirements.

* Update release notes.
  • Loading branch information
tirkarthi committed Oct 1, 2023
1 parent b151357 commit 28386bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ android {
defaultConfig {
applicationId "com.xtreak.notificationdictionary"
minSdk 24
targetSdk 31
versionCode 18
versionName "0.0.18"
targetSdk 33
versionCode 19
versionName "0.0.19"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
-->

<changelog>
<release version="0.0.19" versioncode="19" >
<change>Bump target API level as per Google Play requirements.</change>
</release>
<release version="0.0.18" versioncode="18" >
<change>Add support to have meaning inline for words of plurals and different tense.</change>
<change>Trim whitespace around text when keyboard autocomplete is used during input.</change>
<change>Remove default word</change>
<change>Use Return key for search</change>
<change>Enable editing the word when entering the app through notification</change>
</release>
<release version="0.0.7" versioncode="7" >
<change>Fixed crash on long press to share in some devices.</change>
</release>
Expand Down

0 comments on commit 28386bc

Please sign in to comment.