mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a2ab98af5 | ||
|
|
3ab9ea9fe8 |
@@ -134,8 +134,8 @@ android {
|
||||
applicationId "com.subtracks"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 6
|
||||
versionName '1.1.2'
|
||||
versionCode 7
|
||||
versionName '1.1.3'
|
||||
}
|
||||
splits {
|
||||
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",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"private": true,
|
||||
"license": "GPL-3.0-only",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user