mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Version bump v0.9.36-beta
This commit is contained in:
@@ -13,8 +13,8 @@ android {
|
||||
applicationId "com.audiobookshelf.app"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 55
|
||||
versionName "0.9.35-beta"
|
||||
versionCode 56
|
||||
versionName "0.9.36-beta"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "audiobookshelf-app",
|
||||
"version": "0.9.35-beta",
|
||||
"version": "0.9.36-beta",
|
||||
"author": "advplyr",
|
||||
"scripts": {
|
||||
"dev": "nuxt --hostname localhost --port 1337",
|
||||
@@ -39,4 +39,4 @@
|
||||
"@nuxtjs/tailwindcss": "^4.2.0",
|
||||
"postcss": "^8.3.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,13 +2,23 @@
|
||||
|
||||
AudioBookshelf is a self-hosted audiobook server for managing and playing your audiobooks.
|
||||
|
||||
### Android (beta)
|
||||
Get the Android app on the [Google Play Store](https://play.google.com/store/apps/details?id=com.audiobookshelf.app)
|
||||
|
||||
[Go to the main project repo github.com/advplyr/audiobookshelf](https://github.com/advplyr/audiobookshelf)
|
||||
### iOS (beta)
|
||||
|
||||
[audiobookshelf.org](https://audiobookshelf.org)
|
||||
Available to beta testers through Test Flight
|
||||
|
||||
**Currently in Beta** - **Requires an Audiobookshelf server to connect with**
|
||||
Join the beta testers and install the iOS app: https://testflight.apple.com/join/wiic7QIW
|
||||
|
||||
|
||||
Join the discussion: https://github.com/advplyr/audiobookshelf-app/discussions/60
|
||||
|
||||
---
|
||||
|
||||
[Go to the main project repo github.com/advplyr/audiobookshelf](https://github.com/advplyr/audiobookshelf) or the project site [audiobookshelf.org](https://audiobookshelf.org)
|
||||
|
||||
**Requires an Audiobookshelf server to connect with**
|
||||
|
||||
<img alt="Screenshot1" src="https://github.com/advplyr/audiobookshelf-app/raw/master/screenshots/BookshelfViews.png" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user