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 9b8b639 commit f057bf1Copy full SHA for f057bf1
app/app/build.gradle.kts
@@ -43,8 +43,8 @@ android {
43
applicationId = "com.github.livingwithhippos.unchained"
44
minSdk = 27
45
targetSdk = 36
46
- versionCode = 54
47
- versionName = "1.4.1"
+ versionCode = 55
+ versionName = "1.5.0"
48
49
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
50
}
fastlane/metadata/android/en-US/changelogs/55.txt
@@ -0,0 +1,6 @@
1
+What's new 1.3.8:
2
+- added Korean translation thanks to poihoii
3
+- torrent file can be selected by pressing on their whole row
4
+- show user code needed for new authentication
5
+- "downloaded" torrents are now shown as "ready" for clarity
6
+- updated libraries
0 commit comments