We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897e35a commit b7a6415Copy full SHA for b7a6415
2 files changed
app/build.gradle
@@ -76,8 +76,8 @@ android {
76
// require a full app build and reinstallation, even for the smallest change.
77
// If these values are fixed, incremental builds are optimized.
78
// Also, f-droid prefers these values to be static => update them manually, please.
79
- versionCode 71400
80
- versionName "7.1.4"
+ versionCode 71500
+ versionName "7.1.5"
81
82
vectorDrawables.useSupportLibrary = true
83
fastlane/metadata/android/en-US/changelogs/71500.txt
@@ -0,0 +1,5 @@
1
+NoNonsense Notes v7.1.5
2
+
3
+Highlights:
4
+- Hotfix for play store publication
5
+- Updated dependencies
0 commit comments