Skip to content

Commit 1af106d

Browse files
committed
Updated plugin to use net.servicestack:android:1.0.0
1 parent e90f6cc commit 1af106d

File tree

3 files changed

+32
-26
lines changed

3 files changed

+32
-26
lines changed

src/ServiceStackIDEA/.idea/workspace.xml

Lines changed: 31 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-8 Bytes
Binary file not shown.

src/ServiceStackIDEA/src/AddRef.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class AddRef extends JDialog {
4747

4848
private static final String dependencyGroupId = "net.servicestack";
4949
private static final String dependencyPackageId = "android";
50-
private static final String dependencyVersion = "0.0.3";
50+
private static final String dependencyVersion = "1.0.0";
5151

5252
public AddRef(@NotNull Module module) {
5353
this.module = module;

0 commit comments

Comments
 (0)