mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a2ab98af5 | ||
|
|
3ab9ea9fe8 |
@@ -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 6
|
versionCode 7
|
||||||
versionName '1.1.2'
|
versionName '1.1.3'
|
||||||
}
|
}
|
||||||
splits {
|
splits {
|
||||||
abi {
|
abi {
|
||||||
|
|||||||
5
metadata/en-US/changelogs/7.txt
Normal file
5
metadata/en-US/changelogs/7.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.2",
|
"version": "1.1.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user