Skip to content

Commit

Permalink
bump to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arashpayan committed Dec 11, 2023
1 parent 75c59a5 commit 6dc135d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ plugins {
}

android {
compileSdkVersion 34
compileSdk 34
buildFeatures.dataBinding = true

defaultConfig {
applicationId 'com.arashpayan.prayerbook'
minSdkVersion 23
targetSdkVersion 34
versionCode 22
versionName '2.2.0'
versionCode 23
versionName '2.2.1'
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/java/com/arashpayan/prayerbook/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.nio.file.Files;
import java.util.ArrayList;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
Expand Down
9 changes: 7 additions & 2 deletions app/src/main/res/raw/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
<style type="text/css">
<title>About - Prayer Book</title>
<style>
body {
margin: 0;
font-family: sans-serif;
Expand All @@ -23,12 +24,16 @@
<body>
<p><strong>Changes</strong></p>

<p>Version 2.2.1 (2023-12-10)</p>
<ul>
<li>Updated dependencies and Android SDK version</li>
</ul>

<p>Version 2.2.0 (2022-05-31)</p>
<ul>
<li>Added all the newly translated English prayers from the past 2 years from <a href="https://www.bahai.org/library/authoritative-texts/prayers/">bahai.org</a>. All the new prayers and prayers that were previously under the 'Recently Added' category have been moved to specific categories.</li>
<li>Added the Spanish version of the prayer for America</li>
<li>The app requires Android 6 (Marshmallow) or newer</li>
<li></li>
</ul>

<p>Version 2.1.0 (2020-09-05)</p>
Expand Down

0 comments on commit 6dc135d

Please sign in to comment.