diff --git a/android/app/build.gradle b/android/app/build.gradle index 2bedb09..2f636a3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -138,8 +138,8 @@ android { applicationId "nl.moeilijkedingen.jellyfinaudioplayer" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 17 - versionName "2.0.5" + versionCode 18 + versionName "2.1.0" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/fastlane/README.md b/fastlane/README.md index a91abd5..91e7440 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -68,6 +68,14 @@ Generate beta build +### android build + +```sh +[bundle exec] fastlane android build +``` + + + ---- This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. diff --git a/ios/Fintunes.xcodeproj/project.pbxproj b/ios/Fintunes.xcodeproj/project.pbxproj index 7441a2d..5934962 100644 --- a/ios/Fintunes.xcodeproj/project.pbxproj +++ b/ios/Fintunes.xcodeproj/project.pbxproj @@ -606,7 +606,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 63; + CURRENT_PROJECT_VERSION = 64; DEVELOPMENT_TEAM = 238P3C58WC; ENABLE_BITCODE = NO; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -643,7 +643,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 63; + CURRENT_PROJECT_VERSION = 64; DEVELOPMENT_TEAM = 238P3C58WC; INFOPLIST_FILE = Fintunes/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -799,7 +799,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 63; + CURRENT_PROJECT_VERSION = 64; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 238P3C58WC; GCC_C_LANGUAGE_STANDARD = gnu11; @@ -832,7 +832,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_STYLE = Automatic; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 63; + CURRENT_PROJECT_VERSION = 64; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 238P3C58WC; GCC_C_LANGUAGE_STANDARD = gnu11; diff --git a/ios/Fintunes/Info.plist b/ios/Fintunes/Info.plist index 8c8fa0c..41062ef 100644 --- a/ios/Fintunes/Info.plist +++ b/ios/Fintunes/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.5 + 2.1.0 CFBundleSignature ???? CFBundleVersion - 63 + 64 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/package-lock.json b/package-lock.json index 52ae243..bb51f7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fintunes", - "version": "2.0.5", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fintunes", - "version": "2.0.5", + "version": "2.1.0", "hasInstallScript": true, "dependencies": { "@react-native-async-storage/async-storage": "^1.17.11", diff --git a/package.json b/package.json index 037b61f..3f47b76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fintunes", - "version": "2.0.5", + "version": "2.1.0", "main": "src/index.js", "private": true, "scripts": {