mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 21:34:05 +02:00
Increment version, remove android auto
This commit is contained in:
@@ -13,8 +13,8 @@ android {
|
|||||||
applicationId "com.audiobookshelf.app"
|
applicationId "com.audiobookshelf.app"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 17
|
versionCode 19
|
||||||
versionName "0.9.2-beta"
|
versionName "0.9.3-beta"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
aaptOptions {
|
aaptOptions {
|
||||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||||
|
|||||||
@@ -35,9 +35,11 @@
|
|||||||
<!--Used by Android Auto-->
|
<!--Used by Android Auto-->
|
||||||
<meta-data android:name="com.google.android.gms.car.notification.SmallIcon"
|
<meta-data android:name="com.google.android.gms.car.notification.SmallIcon"
|
||||||
android:resource="@drawable/icon" />
|
android:resource="@drawable/icon" />
|
||||||
<meta-data
|
|
||||||
android:name="com.google.android.gms.car.application"
|
<!-- Android auto rejected the update, removing this so it can be published on the store -->
|
||||||
android:resource="@xml/automotive_app_desc"/>
|
<!-- <meta-data-->
|
||||||
|
<!-- android:name="com.google.android.gms.car.application"-->
|
||||||
|
<!-- android:resource="@xml/automotive_app_desc"/>-->
|
||||||
|
|
||||||
<!-- TODO: Can remove in future -->
|
<!-- TODO: Can remove in future -->
|
||||||
<!-- <provider-->
|
<!-- <provider-->
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "audiobookshelf-app",
|
"name": "audiobookshelf-app",
|
||||||
"version": "v0.9.2-beta",
|
"version": "v0.9.3-beta",
|
||||||
"author": "advplyr",
|
"author": "advplyr",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nuxt --hostname localhost --port 1337",
|
"dev": "nuxt --hostname localhost --port 1337",
|
||||||
|
|||||||
Reference in New Issue
Block a user