Skip to content

Commit 4d994bc

Browse files
committed
v2.0.0-beta1 (76)
1 parent a06cb88 commit 4d994bc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.0.0-beta0
3+
## 2.0.0-beta1
44
* Included [PhotoEditor](https://github.com/burhanrashid52/PhotoEditor) by [https://github.com/burhanrashid52](Burhanuddin Rashid)
55
* Crop image after a screenshot was taken
66
* Choose what happens after a screenshot was taken

β€Žapp/build.gradleβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId 'com.github.cvzi.screenshottile'
2424
minSdkVersion 24
2525
targetSdkVersion 33
26-
versionCode 75
27-
versionName '2.0.0-beta0'
26+
versionCode 76
27+
versionName '2.0.0-beta1'
2828
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2929
}
3030
namespace 'com.github.cvzi.screenshottile'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2.0.0-beta1 Pre-Release:
2+
🌟 Included PhotoEditor by Burhanuddin Rashid
3+
🌟 Crop image
4+
🌟 Choose what should happen after a screenshot was taken

0 commit comments

Comments
Β (0)