Skip to content

Commit ad26a73

Browse files
committed
修复3.1,3.2中的重大bug
移除自动关闭视频的功能(有更多的bug) 修复以gmail等应用闪退问题 fix important bugs in 3.1 and 3.2 remove auto close video function, because of more bugs now it can function properly in google meet in gmail
1 parent 6fc4920 commit ad26a73

File tree

5 files changed

+95
-72
lines changed

5 files changed

+95
-72
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.example.vcam"
1010
minSdk 21
1111
targetSdk 28
12-
versionCode 15
13-
versionName "3.2"
12+
versionCode 16
13+
versionName "3.3"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}

app/release/app-release.apk

-6 Bytes
Binary file not shown.

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 15,
15-
"versionName": "3.2",
14+
"versionCode": 16,
15+
"versionName": "3.3",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

0 commit comments

Comments
 (0)