File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
src/main/java/com/allenliu/versionchecklib/v2/builder Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1313# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414# org.gradle.parallel=true
1515# Wed Apr 18 14:01:51 CST 2018
16- android.enableJetifier =true
17- android.useAndroidX =true
16+ # android.enableJetifier=true
17+ # android.useAndroidX=true
1818org.gradle.jvmargs =-Xmx1536m
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
4- version = " 2.2.2 "
4+ version = " 2.2.3 "
55android {
66 compileSdkVersion 28
77 buildToolsVersion " 28.0.3"
Original file line number Diff line number Diff line change @@ -347,6 +347,12 @@ public void destory() {
347347 setForceUpdateListener (null );
348348 setApkDownloadListener (null );
349349 setOnCancelListener (null );
350+ setReadyDownloadCommitClickListener (null );
351+ setDownloadFailedCommitClickListener (null );
352+ setReadyDownloadCancelListener (null );
353+ setDownloadingCancelListener (null );
354+ setDownloadFailedCancelListener (null );
355+
350356 if (getRequestVersionBuilder () != null )
351357 getRequestVersionBuilder ().destory ();
352358 requestVersionBuilder = null ;
Original file line number Diff line number Diff line change 1- include ' :library' , ' :sample '
1+ include ' :library'
You can’t perform that action at this time.
0 commit comments