Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrivoruchko committed Oct 15, 2021
1 parent fa8c1a9 commit 0362169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "info.dvkr.screenstream"
minSdkVersion(21)
targetSdkVersion(31)
versionCode = 30801
versionName = "3.8.1"
versionCode = 30802
versionName = "3.8.2"
resConfigs("en", "ru", "pt-rBR", "zh-rTW", "fr-rFR", "fa", "it", "pl", "hi", "de", "sk", "es", "ar", "ja", "gl", "ca", "uk", "nl")

vectorDrawables.useSupportLibrary = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ class BitmapCapture(
@SuppressLint("WrongConstant")
private fun startDisplayCapture() {
val screenSize = getScreenSizeCompat()
val screenSize2 = Point().also { display.getRealSize(it) }

val screenSizeX: Int
val screenSizeY: Int
Expand Down

0 comments on commit 0362169

Please sign in to comment.