Skip to content

Commit

Permalink
build(*): prepare for version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Sep 28, 2020
1 parent a81c348 commit 3fbabfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
}
dependencies {
implementation 'com.github.ThibaultBee:SRTWrapper:0.8.1'
implementation 'com.github.ThibaultBee:SRTWrapper:0.8.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion chat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "0.8.1"
versionName "0.8.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "0.8.1"
versionName "0.8.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit 3fbabfb

Please sign in to comment.