Skip to content

Commit 1a3749b

Browse files
committed
Bump version and incorporate mediautilities improvements
1 parent de3f71a commit 1a3749b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

MediaPhone/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
testNamespace = namespace + '.test'
66
compileSdk = 35
77

8-
def getVersionCode = { -> return 62 }
8+
def getVersionCode = { -> return 63 }
99

1010
defaultConfig {
1111
manifestPlaceholders.providerId = 'mediaphone'
@@ -17,7 +17,7 @@ android {
1717
targetSdkVersion 35
1818
minSdkVersion 14
1919
versionCode getVersionCode()
20-
versionName '1.7.9'
20+
versionName '1.8.0'
2121
// versionNameSuffix = '-beta-1'
2222
resourceConfigurations += ['en', 'es', 'fr', 'nl', 'pt', 'pl', 'ru']
2323
}
@@ -72,6 +72,8 @@ android {
7272
dependencies {
7373
implementation project(':MediaUtilities')
7474

75+
implementation 'androidx.multidex:multidex:2.0.1' // we have more than 64K methods
76+
7577
//noinspection GradleDependency - upgrading to 1.12.0 and beyond requires API 19; we want to keep a lower minimum
7678
implementation 'com.google.android.material:material:1.11.0' // for overall UI appearance
7779
//noinspection GradleDependency - upgrading to 1.4.0 and beyond requires API 21; we want to keep a lower minimum
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve M4A audio export quality.

0 commit comments

Comments
 (0)