Skip to content

Commit 6dc135d

Browse files
committed
bump to v2.2.1
1 parent 75c59a5 commit 6dc135d

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ plugins {
33
}
44

55
android {
6-
compileSdkVersion 34
6+
compileSdk 34
77
buildFeatures.dataBinding = true
88

99
defaultConfig {
1010
applicationId 'com.arashpayan.prayerbook'
1111
minSdkVersion 23
1212
targetSdkVersion 34
13-
versionCode 22
14-
versionName '2.2.0'
13+
versionCode 23
14+
versionName '2.2.1'
1515
vectorDrawables.useSupportLibrary = true
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

app/src/main/java/com/arashpayan/prayerbook/App.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import java.io.FileOutputStream;
1919
import java.io.IOException;
2020
import java.io.OutputStream;
21+
import java.nio.file.Files;
2122
import java.util.ArrayList;
2223
import java.util.concurrent.ExecutorService;
2324
import java.util.concurrent.Executors;

app/src/main/res/raw/about.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<style type="text/css">
5+
<title>About - Prayer Book</title>
6+
<style>
67
body {
78
margin: 0;
89
font-family: sans-serif;
@@ -23,12 +24,16 @@
2324
<body>
2425
<p><strong>Changes</strong></p>
2526

27+
<p>Version 2.2.1 (2023-12-10)</p>
28+
<ul>
29+
<li>Updated dependencies and Android SDK version</li>
30+
</ul>
31+
2632
<p>Version 2.2.0 (2022-05-31)</p>
2733
<ul>
2834
<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>
2935
<li>Added the Spanish version of the prayer for America</li>
3036
<li>The app requires Android 6 (Marshmallow) or newer</li>
31-
<li></li>
3237
</ul>
3338

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

0 commit comments

Comments
 (0)