Skip to content

Commit

Permalink
Bumping version and fixing AAPT2 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PGMacDesign committed Jun 21, 2019
1 parent e37bd4b commit 952ba62
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "1.2.5"
versionName "1.2.6"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ public void cancelAction() {
showToastLong(getString(R.string.toast_cannot_retrieve_selected_video));
}
this.mVideoTrimmer.hideButtons(false);
this.mVideoTrimmer.setOnLongClickListener(v -> {
Log.d("d", "Start position == " + (mVideoTrimmer.getStartPosition()));
Log.d("d", "End position == " + (mVideoTrimmer.getEndPosition()));
return true;
});
// this.mVideoTrimmer.setOnLongClickListener(v -> {
// Log.d("d", "Start position == " + (mVideoTrimmer.getStartPosition()));
// Log.d("d", "End position == " + (mVideoTrimmer.getEndPosition()));
// return true;
// });
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion videotrimmer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "1.2.1"
versionName "1.2.6"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit 952ba62

Please sign in to comment.