Skip to content

Commit

Permalink
发布1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
junixapp committed Jan 1, 2019
1 parent 39c3d75 commit 78e4518
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ dependencies {
implementation 'com.lxj:easyadapter:0.0.8'
implementation project(':library')

debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.2'
debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.2'
implementation 'com.squareup.leakcanary:leakcanary-android:1.6.2'
implementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.2'
}
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 0 additions & 4 deletions app/src/main/java/com/lxj/xpopupdemo/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.widget.Toast;

import com.lxj.xpopup.XPopup;
import com.lxj.xpopup.util.XPopupUtils;
import com.lxj.xpopupdemo.fragment.AllAnimatorDemo;
import com.lxj.xpopupdemo.fragment.BaseFragment;
import com.lxj.xpopupdemo.fragment.CustomAnimatorDemo;
import com.lxj.xpopupdemo.fragment.CustomPopupDemo;
import com.lxj.xpopupdemo.fragment.PartShadowDemo;
import com.lxj.xpopupdemo.fragment.QuickStartDemo;
import com.squareup.leakcanary.LeakCanary;

public class MainActivity extends AppCompatActivity {

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ publish {
userOrg = 'li-xiaojun'
groupId = 'com.lxj'
artifactId = 'xpopup'
publishVersion = '1.0.5'
publishVersion = '1.0.6'
repoName = 'jrepo'
desc = '功能强大,UI简洁,交互优雅的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!'
website = 'https://github.com/li-xiaojun/XPopup'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
import android.content.Context;
import android.graphics.Color;
import android.support.annotation.NonNull;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.FrameLayout;

import com.lxj.xpopup.R;
import com.lxj.xpopup.animator.ShadowBgAnimator;
import com.lxj.xpopup.widget.PopupDrawerLayout;

/**
Expand Down

0 comments on commit 78e4518

Please sign in to comment.