Skip to content

Commit

Permalink
1. publish 5.0.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Sep 3, 2022
1 parent d192d1b commit eb8e0e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion TARGET_SDK_VERSION.toInteger()
versionCode 2
versionName "5.0.3"
versionCode 5
versionName "5.0.4"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

}
Expand Down Expand Up @@ -50,7 +50,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.Justson'
artifactId = 'Downloader'
version = 'v5.0.3-androidx'
version = 'v5.0.4-androidx'
}
}
}
Expand Down

0 comments on commit eb8e0e0

Please sign in to comment.