1 parent eaa0e51 commit c65b10dCopy full SHA for c65b10d
2 files changed
app/build.gradle
@@ -16,8 +16,8 @@ android {
16
17
minSdk 29
18
targetSdk 34
19
- versionCode 35
20
- versionName "2.0.4"
+ versionCode 36
+ versionName "2.0.5"
21
22
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
23
vectorDrawables {
fastlane/metadata/android/en-US/changelogs/36.txt
@@ -0,0 +1,3 @@
1
+* Fixed an issue with text editor where saved file showed 0KB in the list
2
+* Improvements to Notifications
3
+* Other bug fixes and improvements
0 commit comments