Update min version to 10

This commit is contained in:
advplyr 2021-09-17 05:58:45 -05:00
parent 07fd075619
commit b4ffe0fc83
3 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "0.8.3-beta"
versionCode 13
versionName "0.8.4-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View file

@ -1,5 +1,5 @@
ext {
minSdkVersion = 26
minSdkVersion = 29
compileSdkVersion = 30
targetSdkVersion = 30
androidxActivityVersion = '1.2.0'

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf-app",
"version": "v0.8.3-beta",
"version": "v0.8.4-beta",
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname localhost --port 1337",