Skip to content

Commit

Permalink
release v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Petrov committed Apr 9, 2024
1 parent 0aaf1ab commit 01005ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
apply from: 'versions.gradle'
apply from: '../scripts/apply_dependencies.gradle'

def bandyerLibVersion = "3.9.0"
def bandyerLibVersion = "3.9.1"

android {

Expand Down
4 changes: 2 additions & 2 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Fri, 29 Mar 2024 14:47:09 +0000
#Tue, 09 Apr 2024 13:07:24 +0000
#
# Copyright (C) 2020 Bandyer S.r.l. All Rights Reserved.
# See LICENSE.txt for licensing information
#

#Thu, 08 Oct 2020 18:57:34 +0200
VERSION_CODE=176
VERSION_CODE=177
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencyResolutionManagement {
enableFeaturePreview("VERSION_CATALOGS")
versionCatalogs {
create("sampleAppCatalog") {
from("com.kaleyra:video-app-version-catalog:2023.09.03.5")
from("com.kaleyra:video-app-version-catalog:2023.09.03.8")
}
}
}

0 comments on commit 01005ce

Please sign in to comment.