Skip to content

Commit

Permalink
Fix m4a version 1 editing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaned1as committed Aug 1, 2020
1 parent 4c779c6 commit a1452bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.kanedias.vanilla.audiotag"
minSdkVersion 14
targetSdkVersion 29
versionCode 26
versionName "1.4.9"
versionCode 27
versionName "1.4.10"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -48,6 +48,6 @@ play {

dependencies {
implementation 'com.github.vanilla-music:vanilla-music-plugin-commons:1.0.3'
implementation 'androidx.core:core:1.2.0'
implementation 'com.github.Adonai:jaudiotagger:2.3.11'
implementation 'androidx.core:core:1.3.1'
implementation 'com.github.Adonai:jaudiotagger:2.3.15'
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.github.triplet.gradle:play-publisher:2.4.1'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.github.triplet.gradle:play-publisher:2.6.2'
}
}

Expand Down

0 comments on commit a1452bc

Please sign in to comment.