Skip to content

Commit ae8bdc3

Browse files
committed
chore: update versionCode to 27 in build.gradle.kts
1 parent 07bc209 commit ae8bdc3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ FORMAT GUIDELINES:
77

88
<!-- This is a comment -->
99

10-
# ⚠️ Note
11-
- ⚠️ Major migration: FadCam is now powered by a high-performance OpenGL pipeline for recording and watermarking. This replaces old post-processing, making saving lightning fast with real-time dashcam-style watermarking.
10+
# ⚠️ Note ⚠️
11+
- Major migration: FadCam is now powered by a high-performance OpenGL pipeline for recording and watermarking. This replaces old post-processing, making saving lightning fast with real-time dashcam-style watermarking.
1212
- 🚀 Total: 20+ new features, multiple fixes, and full UI refactor.
1313

14+
# ⚠️ Yeah another Note ⚠️
15+
- If you encounter any weird issues, it may be due to the refactoring. Backup the videos and then uninstall and reinstall the app. For assistance, you can join our Discord. Thank you for using FadCam:)
16+
1417
---
1518

1619
# ✨ New Features

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
applicationId = "com.fadcam"
2424
minSdk = 28
2525
targetSdk = 36
26-
versionCode = 26
26+
versionCode = 27
2727
versionName = "2.0.0"
2828
vectorDrawables.useSupportLibrary = true
2929

0 commit comments

Comments
 (0)