File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
2929 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
3030 implementation ' androidx.appcompat:appcompat:1.1.0'
3131 // implementation project(':compressor')
32- implementation ' id.zelory:compressor:3.0.0-beta '
32+ implementation ' id.zelory:compressor:3.0.0'
3333
3434 testImplementation ' junit:junit:4.12'
3535}
Original file line number Diff line number Diff line change 2828 siteUrl = ' https://github.com/zetbaitsu/Compressor'
2929 gitUrl = ' https://github.com/zetbaitsu/Compressor.git'
3030
31- libraryVersion = ' 3.0.0-beta '
31+ libraryVersion = ' 3.0.0'
3232
3333 developerId = ' zetbaitsu'
3434 developerName = ' Zetra'
@@ -47,7 +47,7 @@ android {
4747 minSdkVersion 14
4848 targetSdkVersion 29
4949 versionCode 5
50- versionName " 3.0.0-beta "
50+ versionName " 3.0.0"
5151 }
5252 buildTypes {
5353 release {
You can’t perform that action at this time.
0 commit comments