Skip to content

Commit

Permalink
Version 1.97.5
Browse files Browse the repository at this point in the history
* Updated libraries and API levels
* Raised minApiLevel accordingly (to 21, Android 5)
  • Loading branch information
nilsbraden committed Sep 9, 2024
1 parent 1172dbe commit 4ecf657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ttrssreader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {

defaultConfig {
applicationId 'org.ttrssreader'
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 35
multiDexEnabled true
}
Expand Down
3 changes: 2 additions & 1 deletion ttrssreader/src/main/res/values/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

<string-array name="updates">
<item>Version 1.97.5
* Updated libraries and API levels</item>
* Updated libraries and API levels
* Raised minApiLevel accordingly (to 21, Android 5)</item>
<item>Version 1.97.4
* Implement Worker for Android 14 compatibility</item>
<item>Version 1.97.2
Expand Down

0 comments on commit 4ecf657

Please sign in to comment.