~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
9e366a8b
—
pyrossh 1 year ago
update links
- lib/navigation.dart +3 -3
- pubspec.yaml +1 -1
lib/navigation.dart
CHANGED
|
@@ -152,7 +152,7 @@ showAboutUs(BuildContext context) {
|
|
|
152
152
|
Navigator.of(context).push(
|
|
153
153
|
createNoTransitionPageRoute(
|
|
154
154
|
const WebViewScreen(
|
|
155
|
-
url: "https://
|
|
155
|
+
url: "https://onlybible.app/about-us",
|
|
156
156
|
),
|
|
157
157
|
),
|
|
158
158
|
);
|
|
@@ -162,7 +162,7 @@ showPrivacyPolicy(BuildContext context) {
|
|
|
162
162
|
Navigator.of(context).push(
|
|
163
163
|
createNoTransitionPageRoute(
|
|
164
164
|
const WebViewScreen(
|
|
165
|
-
url: "https://
|
|
165
|
+
url: "https://onlybible.app/privacy-policy",
|
|
166
166
|
),
|
|
167
167
|
),
|
|
168
168
|
);
|
|
@@ -172,7 +172,7 @@ showTermsAndConditions(BuildContext context) {
|
|
|
172
172
|
Navigator.of(context).push(
|
|
173
173
|
createNoTransitionPageRoute(
|
|
174
174
|
const WebViewScreen(
|
|
175
|
-
url: "https://
|
|
175
|
+
url: "https://onlybible.app/terms-and-conditions",
|
|
176
176
|
),
|
|
177
177
|
),
|
|
178
178
|
);
|
pubspec.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: only_bible_app
|
|
2
2
|
description: The only bible app you will ever need
|
|
3
3
|
publish_to: 'none'
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5+10
|
|
5
5
|
|
|
6
6
|
environment:
|
|
7
7
|
sdk: '>=3.0.6 <4.0.0'
|