Skip to content

Commit 2cccf83

Browse files
committed
up
1 parent 3fd5b1f commit 2cccf83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Config {
2-
static const String APP_VERISON = "1.0.35+36";
2+
static const String APP_VERISON = "1.0.36+37";
33
static DateTime dummyTime = DateTime(
44
1,
55
1,

lib/services/NotificationService.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class NotificationService {
2727
Uri.parse("https://api.propdial.co.in/api/notification/one"),
2828
headers: headers,
2929
body: body);
30-
print(response.body);
30+
// print(response.body);
3131
if (response.statusCode == 200) {
3232
return true;
3333
} else {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A new Flutter project.
33

44
publish_to: 'none'
55

6-
version: 1.0.35+36
6+
version: 1.0.36+37
77

88
environment:
99
sdk: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)