Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Set a fixed Ict dependency version: 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ixuz committed Jan 3, 2019
1 parent 0860b68 commit 15a5707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.ictreport'
version '0.3'
version '0.3.1'

sourceCompatibility = 1.7
repositories {
Expand All @@ -13,7 +13,7 @@ repositories {
}

dependencies {
compile 'com.github.iotaledger:ict:master-SNAPSHOT'
compile 'com.github.iotaledger:ict:0.3'
compile 'com.google.code.gson:gson:2.8.5'
compile group: 'org.danilopianini', name: 'gson-extras', version: '0.2.1'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.1'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ictreport/ixi/utils/Constants.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.ictreport.ixi.utils;

public class Constants {
public static final String VERSION = "0.3";
public static final String VERSION = "0.3.1";
public static final String RCS_HOST = "api.ictreport.com";
public static final int RCS_PORT = 14265;
}

0 comments on commit 15a5707

Please sign in to comment.