We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00ed283 + ec4220e commit 3623425Copy full SHA for 3623425
3 files changed
app/build.gradle.kts
@@ -10,8 +10,8 @@ android {
10
applicationId = "io.github.hathibelagal.eidetic"
11
minSdk = 26
12
targetSdk = 34
13
- versionCode = 6
14
- versionName = "1.3.1"
+ versionCode = 7
+ versionName = "1.3.2"
15
16
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
17
}
fastlane/metadata/android/en-US/changelogs/6.txt
@@ -1,3 +1 @@
1
-- Several optimizations
2
-- Slightly better graphics
3
-- Improved sound control
+- Version bump
fastlane/metadata/android/en-US/changelogs/7.txt
@@ -0,0 +1,3 @@
+- Several optimizations
+- Slightly better graphics
+- Improved sound control
0 commit comments