Skip to content

Commit

Permalink
修复3.1,3.2中的重大bug
Browse files Browse the repository at this point in the history
移除自动关闭视频的功能(有更多的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
  • Loading branch information
w2016561536 committed Oct 1, 2021
1 parent 6fc4920 commit ad26a73
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 72 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.example.vcam"
minSdk 21
targetSdk 28
versionCode 15
versionName "3.2"
versionCode 16
versionName "3.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 15,
"versionName": "3.2",
"versionCode": 16,
"versionName": "3.3",
"outputFile": "app-release.apk"
}
],
Expand Down
Loading

0 comments on commit ad26a73

Please sign in to comment.