Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaned1as committed Oct 19, 2020
1 parent 546ffd7 commit 65b1f90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 27
versionName "1.4.10"
versionCode 28
versionName "1.4.11"
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.3.1'
implementation 'androidx.core:core:1.3.2'
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:4.0.1'
classpath 'com.github.triplet.gradle:play-publisher:2.6.2'
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.github.triplet.gradle:play-publisher:3.0.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun May 10 15:52:12 MSK 2020
#Mon Oct 19 19:20:05 MSK 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip

0 comments on commit 65b1f90

Please sign in to comment.