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 {
29
29
implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
30
30
implementation ' androidx.appcompat:appcompat:1.1.0'
31
31
// implementation project(':compressor')
32
- implementation ' id.zelory:compressor:3.0.0-beta '
32
+ implementation ' id.zelory:compressor:3.0.0'
33
33
34
34
testImplementation ' junit:junit:4.12'
35
35
}
Original file line number Diff line number Diff line change 28
28
siteUrl = ' https://github.com/zetbaitsu/Compressor'
29
29
gitUrl = ' https://github.com/zetbaitsu/Compressor.git'
30
30
31
- libraryVersion = ' 3.0.0-beta '
31
+ libraryVersion = ' 3.0.0'
32
32
33
33
developerId = ' zetbaitsu'
34
34
developerName = ' Zetra'
@@ -47,7 +47,7 @@ android {
47
47
minSdkVersion 14
48
48
targetSdkVersion 29
49
49
versionCode 5
50
- versionName " 3.0.0-beta "
50
+ versionName " 3.0.0"
51
51
}
52
52
buildTypes {
53
53
release {
You can’t perform that action at this time.
0 commit comments