Skip to content

Commit

Permalink
Updated gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
jklmnn committed Jul 7, 2017
1 parent 38b9db7 commit 63bf670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/de/jkliemann/parkendd/ParkenDD.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ synchronized Tracker getTracker(){
return piwik;
}
try{
piwik = Piwik.getInstance(this).newTracker("https://jkliemann.de/analytics/piwik.php", 3);
piwik = Piwik.getInstance(this).newTracker("https://piwik.jkliemann.de", 3);
}catch (MalformedURLException e){
e.printStackTrace();
return null;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 63bf670

Please sign in to comment.