We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19614a commit 7a77276Copy full SHA for 7a77276
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId 'slowscript.warpinator'
9
minSdkVersion 21 //Required by NSD (attributes)
10
targetSdkVersion 32
11
- versionCode 1060
12
- versionName "1.6.0"
+ versionCode 1061
+ versionName "1.6.1"
13
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
15
}
fastlane/metadata/android/en-US/changelogs/1061.txt
@@ -0,0 +1,3 @@
1
+- Significantly improved transfer speed
2
+- Updated translations
3
+- Minor fixes
0 commit comments