mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-29 17:39:27 +01:00
parent
5169b726ce
commit
b761ad8b84
@ -134,8 +134,8 @@ android {
|
|||||||
applicationId "com.subtracks"
|
applicationId "com.subtracks"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 5
|
versionCode 6
|
||||||
versionName '1.1.1'
|
versionName '1.1.2'
|
||||||
}
|
}
|
||||||
splits {
|
splits {
|
||||||
abi {
|
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",
|
"name": "subtracks",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user