mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 17:19:27 +01:00
parent
5169b726ce
commit
b761ad8b84
@ -134,8 +134,8 @@ android {
|
||||
applicationId "com.subtracks"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 5
|
||||
versionName '1.1.1'
|
||||
versionCode 6
|
||||
versionName '1.1.2'
|
||||
}
|
||||
splits {
|
||||
abi {
|
||||
|
||||
5
metadata/en-US/changelogs/6.txt
Normal file
5
metadata/en-US/changelogs/6.txt
Normal file
@ -0,0 +1,5 @@
|
||||
## Fixed
|
||||
|
||||
- Reduced required version of Subsonic API support from servers to 1.13.0 (#53)
|
||||
- Fixed autocorrect/autofill in server settings input (#60)
|
||||
- Fixed issues special characters in plain text passwords (and elsewhere) (#81)
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "subtracks",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"private": true,
|
||||
"license": "GPL-3.0-only",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user