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 263e96f commit b26803fCopy full SHA for b26803f
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId 'slowscript.warpinator'
9
minSdkVersion 21 //Required by NSD (attributes)
10
targetSdkVersion 35
11
- versionCode 1085
12
- versionName "1.8.5"
+ versionCode 1090
+ versionName "1.9"
13
}
14
15
buildTypes {
fastlane/metadata/android/en-US/changelogs/1090.txt
@@ -0,0 +1,6 @@
1
+- Ability to send and receive text messages
2
+- Send non-file shared content from other apps as text
3
+- Option to connect manually, rescan and reannounce also from Share activity
4
+- Use a temp file for safer overwriting
5
+- Updated legacy launcher icon bitmaps
6
+- Fixed missing spacing between remote cards
0 commit comments