We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.1.7-beta3
1 parent bea7396 commit cf6441cCopy full SHA for cf6441c
2 files changed
app/build.gradle
@@ -15,8 +15,8 @@ android {
15
applicationId "com.therealbluepandabear.pixapencil"
16
minSdk 26
17
targetSdk 31
18
- versionCode 18
19
- versionName "0.1.7-beta2"
+ versionCode 19
+ versionName "0.1.7-beta3"
20
21
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
22
fastlane/metadata/android/en-US/changelogs/19.txt
@@ -0,0 +1,7 @@
1
+Features Added
2
+- Delete All - you can now delete all of your projects if you want a fresh start
3
+- Open Image - you can now open/import images from your phone into the app
4
+
5
+Improvements Added
6
+- Minor interactive app tutorial improvements
7
+- Translation updates
0 commit comments