Skip to content

Commit 7916d31

Browse files
Merge pull request #25 from MirrorFly/release/v7.11.7
Release version 7.11.7
2 parents 732e6b7 + 30b9556 commit 7916d31

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
targetSdkVersion 34
3636
compileSdk(34)
3737
versionCode 16
38-
versionName "7.11.6"
38+
versionName "7.11.7"
3939
multiDexEnabled true
4040
buildConfigField "java.util.Date", "BUILD_TIME", "new java.util.Date(" + System.currentTimeMillis() + "L)"
4141
vectorDrawables.useSupportLibrary = true
@@ -202,7 +202,7 @@ dependencies {
202202
implementation project(':sdk:googletranslation')
203203
implementation project(path: ':call')
204204

205-
implementation 'com.mirrorfly.sdk:mirrorflysdk:7.11.6'
205+
implementation 'com.mirrorfly.sdk:mirrorflysdk:7.11.7'
206206

207207
//Socket - versions.gradle
208208
implementation 'com.github.nkzawa:socket.io-client:0.6.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ ext {
4343
minSdkVersion = 21
4444
versionCode = 6
4545
versionName = "2.2"
46-
repoVersion = '7.11.6'
46+
repoVersion = '7.11.7'
4747
uatVersion = '_pre_1'
4848
}

local.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Location of the SDK. This is only used by Gradle.
55
# For customization when using a Version Control System, please read the
66
# header note.
7-
#Wed Feb 28 14:09:17 IST 2024
7+
#Mon Mar 18 16:57:45 IST 2024
88
sdk.dir=/home/userone/Android/Sdk

0 commit comments

Comments
 (0)