Skip to content

Commit

Permalink
Release 1.6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guodongAndroid committed Mar 27, 2023
1 parent 34100cd commit 6ee6cab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
sourceCompatibility = 1.8
targetCompatibility = 1.8

version = "1.6.6.2"
version = "1.6.8.1"

sourceSets {
main {
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/pbreault/adb-idea">
<id>com.developerphil.adbidea</id>
<name>ADB Idea</name>
<version>1.6.6.2</version>
<version>1.6.8.1</version>
<vendor url="http://www.developerphil.com">Philippe Breault &amp; guodongAndroid</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -29,6 +29,10 @@


<change-notes><![CDATA[
<b>1.6.8.1</b>
<ul>
<li>FEATURE: Add mvp some action</li>
</ul>
<b>1.6.6.2</b>
<ul>
<li>FEATURE: Add show mvp debugview action</li>
Expand Down

0 comments on commit 6ee6cab

Please sign in to comment.