Skip to content

Commit

Permalink
release v3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Petrov committed Aug 10, 2023
1 parent 378ddfa commit 20ffb5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions app-extensions/app-utilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ dependencies {
implementation sampleAppCatalog.processPhoenix
debugImplementation sampleAppCatalog.facebookFlipper
debugImplementation sampleAppCatalog.facebookSoloader
debugImplementation sampleAppCatalog.facebookFlipperLeakCanaryPlugin
debugImplementation sampleAppCatalog.kaleyraFlipperSocketIoPlugin
debugImplementation sampleAppCatalog.facebookFlipperNetworkPlugin
debugImplementation sampleAppCatalog.facebookFlipperLeakCanary
debugImplementation sampleAppCatalog.kaleyraFlipperSocketIo
debugImplementation sampleAppCatalog.facebookFlipperNetwork
releaseImplementation sampleAppCatalog.facebookFlipperNoop

/*** Debug leaks ***/
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
apply from: 'versions.gradle'
apply from: '../scripts/apply_dependencies.gradle'

def bandyerLibVersion = "3.6.4"
def bandyerLibVersion = "3.6.5"

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 @@
#Tue, 11 Jul 2023 15:47:53 +0000
#Thu, 10 Aug 2023 17:49:21 +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=162
VERSION_CODE=163
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ dependencyResolutionManagement {
maven { url 'https://jitpack.io' }
maven { url 'https://maven.bandyer.com/releases' }
}

enableFeaturePreview("VERSION_CATALOGS")
versionCatalogs {
create("sampleAppCatalog") {
from("com.kaleyra:video-app-version-catalog:2023.07.01")
from("com.kaleyra:video-app-version-catalog:2023.08.04")
}
}
}

0 comments on commit 20ffb5f

Please sign in to comment.