Skip to content

Commit

Permalink
update: license check
Browse files Browse the repository at this point in the history
  • Loading branch information
dengzii committed Dec 10, 2021
1 parent 1a6799c commit c87fa88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<idea-plugin url="https://github.com/dengzii/WiFiADB">

<id>com.dengzii.plugin.adb.free</id>
<name>Android WiFiADB Free</name>
<id>com.dengzii.plugin.adb</id>
<name>Android WiFiADB</name>
<product-descriptor code="PWIFIADB" release-date="20211210" release-version="20212"/>

<version>2021.1.2</version>
<vendor email="dengzii@foxmail.com" url="https://github.com/dengzii" >dengzi</vendor>
Expand Down
3 changes: 0 additions & 3 deletions src/com/dengzii/plugin/adb/tools/CheckLicense.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ public class CheckLicense {


public static boolean isLicensed() {
if (true) {
return true;
}
final LicensingFacade facade = LicensingFacade.getInstance();
if (facade == null) {
return false;
Expand Down

0 comments on commit c87fa88

Please sign in to comment.