diff --git a/android/app/build.gradle b/android/app/build.gradle index 9e0bc8e1..1479cfa6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -43,6 +43,11 @@ android { targetCompatibility JavaVersion.VERSION_1_8 } + dependenciesInfo { + includeInApk = false + includeInBundle = true + } + kotlinOptions { jvmTarget = JavaVersion.VERSION_1_8 } diff --git a/lib/core/environment.dart b/lib/core/environment.dart index 38813d6e..a8c7a48b 100644 --- a/lib/core/environment.dart +++ b/lib/core/environment.dart @@ -26,7 +26,7 @@ class Environment { static const _applicationName = 'Anytime'; static const _applicationUrl = 'https://github.com/amugofjava/anytime_podcast_player'; static const _projectVersion = '1.3.9'; - static const _build = '154'; + static const _build = '155'; static var _agentString = userAgentAppString; diff --git a/pubspec.yaml b/pubspec.yaml index e155d807..1f876081 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: anytime description: Anytime Podcast Player -version: 1.3.9+154 +version: 1.3.9+155 environment: sdk: '>=3.2.0 <4.0.0'