Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tateisu committed Dec 28, 2019
1 parent 8523062 commit bd86c22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Android app that shows overlay screen shot button.
- OSS, no pay, no ad, no tracking.

### Disclaimer
- Video capturing is still experimental implementation.
- Video capturing requires Android 8+, and also it's still a pilot implementation.
- To reduce the load, the shutter lag is slightly larger.
- if the overlay button was closed on your device, please check https://dontkillmyapp.com/ .

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "jp.juggler.screenshotbutton"
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionName "2.0"
versionCode 3
versionName "3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

// sign key is same to SubwayTooter
Expand Down

0 comments on commit bd86c22

Please sign in to comment.