[alohalytics] Increased statistics version url.

This commit is contained in:
Alex Zolotarev 2015-04-23 23:14:27 +03:00
parent 24b8267396
commit 82a629b663
2 changed files with 2 additions and 2 deletions

View file

@ -15,5 +15,5 @@ libGradleAndroidPlugin=com.android.tools.build:gradle:1.1.+
libNineOldAndroids=com.nineoldandroids:library:2.4.0
libFacebookSdk=com.facebook.android:facebook-android-sdk:3.+
propStatisticsUrl="http://localhost:8080/2"
propStatisticsUrl="http://localhost:8080/3"
propStatisticsDevelopmentUrl="http://localhost:8080/dev"

View file

@ -107,7 +107,7 @@ void InitLocalizedStrings()
[Alohalytics setDebugMode:YES];
NSString * serverUrl = @"http://localhost:8080/dev";
#else
NSString * serverUrl = @"http://localhost:8080/2";
NSString * serverUrl = @"http://localhost:8080/3";
#endif
NSURL *url = launchOptions[UIApplicationLaunchOptionsURLKey];