Skip to content

Commit

Permalink
Prepare for v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed May 21, 2019
1 parent 997798c commit bee3c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ android {
// 2.2.5 (225) last version from uk.co.ashtonbrsc.android.intentintercept from august 2016
// 3.0.0 (300) first version from de.k3b.android.intentintercept from september 2017
// 3.0.1 (301) 2017-09-30 merged changes from "codebymikey": intercepting media links; quick previews of Bundle and array object entries
versionCode 301
versionName "3.0.1"
// 3.0.2 (302) 2019-05-21 added action com.android.camera.action.CROP
versionCode 302
versionName "3.0.2"
}
buildTypes {
release {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/302.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* intercept action com.android.camera.action.CROP

0 comments on commit bee3c1b

Please sign in to comment.