Skip to content

Commit

Permalink
Merge pull request #101 from ksvc/updateVersion
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
FirmianaRain authored Mar 22, 2017
2 parents 4d31484 + f5e45db commit 90829a1
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private void createFloatingWindow(Context context) {
mFloatingView.setHandler(mHandler);
if (mFloatingViewParams == null) {
mFloatingViewParams = new WindowManager.LayoutParams();
mFloatingViewParams.type = WindowManager.LayoutParams.TYPE_SYSTEM_ALERT;
mFloatingViewParams.type = WindowManager.LayoutParams.TYPE_TOAST;
mFloatingViewParams.format = PixelFormat.RGBA_8888;
mFloatingViewParams.flags = WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL |
WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE |
Expand Down
2 changes: 1 addition & 1 deletion KsyunPlayerDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.3.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Loading

0 comments on commit 90829a1

Please sign in to comment.