Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
plateaukao committed Aug 29, 2021
1 parent fb45c8d commit 5d6f689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
//applicationId "info.plateaukao.einkbro.debug"
minSdkVersion 21
targetSdkVersion 30
versionCode 81300
versionName "8.13.0"
versionCode 81301
versionName "8.13.1"
vectorDrawables.useSupportLibrary = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ open class BrowserActivity : AppCompatActivity(), BrowserController, OnClickList
shouldLoadTabState = it.getBoolean(K_SHOULD_LOAD_TAB_STATE)
}

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
WebView.enableSlowWholeDocumentDraw()
}
WebView.enableSlowWholeDocumentDraw()

sp.edit().putInt("restart_changed", 0).apply()
HelperUnit.applyTheme(this)
Expand Down

0 comments on commit 5d6f689

Please sign in to comment.