Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaned1as committed Nov 29, 2020
1 parent f448933 commit 2696cb0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'com.github.triplet.play'

android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "com.kanedias.vanilla.lyrics"
minSdkVersion 14
targetSdkVersion 28
versionCode 14
versionName "1.3.4"
targetSdkVersion 29
versionCode 15
versionName "1.4.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -55,5 +55,5 @@ play {

dependencies {
implementation 'com.github.vanilla-music:vanilla-music-plugin-commons:1.0.3'
implementation 'org.jsoup:jsoup:1.11.3' // for parsing lyrics wiki pages
implementation 'org.jsoup:jsoup:1.12.1' // for parsing lyrics wiki pages
}

0 comments on commit 2696cb0

Please sign in to comment.