Skip to content

Commit

Permalink
增加SurfaceView的HOOK
Browse files Browse the repository at this point in the history
  • Loading branch information
w2016561536 committed Aug 31, 2021
1 parent b07f329 commit 1fa32f8
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 89 deletions.
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 3
versionName "2.0"
versionCode 4
versionName "2.1"

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": 3,
"versionName": "2.0",
"versionCode": 4,
"versionName": "2.1",
"outputFile": "app-release.apk"
}
],
Expand Down
Loading

0 comments on commit 1fa32f8

Please sign in to comment.