Skip to content

Commit

Permalink
Tweaking sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed May 15, 2021
1 parent c698401 commit 71aa9e9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion .idea/modules/core/countly-sdk-java.core.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/modules/sdk-java/countly-sdk-java.sdk-java.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

repositories {
mavenLocal()
//mavenLocal()
mavenCentral()
}

Expand Down
6 changes: 2 additions & 4 deletions app-java/src/main/java/ly/count/java/demo/Sample.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
public class Sample {
public static void main(String[] args) throws Exception {

//String COUNTLY_SERVER_URL = "XXX";
//String COUNTLY_APP_KEY = "XXX";
String COUNTLY_SERVER_URL = "https://master.count.ly";
String COUNTLY_APP_KEY = "5e20d03806255d314eb6679b26fda6e580b3d899";
String COUNTLY_SERVER_URL = "XXX";
String COUNTLY_APP_KEY = "XXX";

Config config = new Config(COUNTLY_SERVER_URL, COUNTLY_APP_KEY)
.setLoggingLevel(Config.LoggingLevel.DEBUG)
Expand Down

0 comments on commit 71aa9e9

Please sign in to comment.