Skip to content

Commit

Permalink
decreased versions of video-chats java/kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovbnya-qb committed Sep 27, 2021
1 parent 52b82c0 commit ffdfc4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sample-videochat-java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId "com.quickblox.sample.videochat.java"
minSdkVersion 16
targetSdkVersion 28
versionCode 404000
versionName '4.0.4'
versionCode 403000
versionName '4.0.3'
multiDexEnabled true
}

Expand Down
4 changes: 2 additions & 2 deletions sample-videochat-kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
applicationId "com.quickblox.sample.videochat.kotlin"
minSdkVersion 16
targetSdkVersion 28
versionCode 404000
versionName '4.0.4'
versionCode 403000
versionName '4.0.3'
multiDexEnabled true
}

Expand Down

0 comments on commit ffdfc4b

Please sign in to comment.