Skip to content

Commit 0073e1b

Browse files
committed
Bump version
1 parent b0e73d0 commit 0073e1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

compressor/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ext {
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 {

0 commit comments

Comments
 (0)