Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zetbaitsu committed Jan 26, 2020
1 parent b0e73d0 commit 0073e1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
//implementation project(':compressor')
implementation 'id.zelory:compressor:3.0.0-beta'
implementation 'id.zelory:compressor:3.0.0'

testImplementation 'junit:junit:4.12'
}
4 changes: 2 additions & 2 deletions compressor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {
siteUrl = 'https://github.com/zetbaitsu/Compressor'
gitUrl = 'https://github.com/zetbaitsu/Compressor.git'

libraryVersion = '3.0.0-beta'
libraryVersion = '3.0.0'

developerId = 'zetbaitsu'
developerName = 'Zetra'
Expand All @@ -47,7 +47,7 @@ android {
minSdkVersion 14
targetSdkVersion 29
versionCode 5
versionName "3.0.0-beta"
versionName "3.0.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 0073e1b

Please sign in to comment.