Skip to content

Commit 6332c2f

Browse files
committed
updated build number to 34
1 parent d0701dc commit 6332c2f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ For inquiries or feedback, feel free to reach out via:
8686
This section provides options to download the Logger app, both the official release and the build available on the F-Droid repository. Choose the method that best suits your needs.
8787

8888
<p>
89-
<a href="https://github.com/Sanmeet007/logger/releases/tag/v3.1.0">
89+
<a href="https://github.com/Sanmeet007/logger/releases/tag/v3.1.2">
9090
<img src="https://img.shields.io/badge/download%20now-%236a1ae3.svg?&style=for-the-badge&logoColor=white" alt="Download link button" width="160" height="40"/>
9191
</a>
9292
<a href="https://apt.izzysoft.de/fdroid/index/apk/com.logger.app/">

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
defaultConfig {
5151
applicationId "com.logger.app"
5252
minSdkVersion 21
53-
targetSdkVersion 33
53+
targetSdkVersion 34
5454
versionCode flutterVersionCode.toInteger()
5555
versionName flutterVersionName
5656
}

lib/utils/app_information.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class AppInformation {
22
static String getVersion() {
3-
return "3.1.0";
3+
return "3.1.2";
44
}
55

66
static String supportURL() {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 3.1.0+49
18+
version: 3.1.2+50
1919

2020
environment:
2121
flutter: 3.27.1

0 commit comments

Comments
 (0)