mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Beta 2 of 3.7.0 of the android app.
This commit is contained in:
parent
d52d349822
commit
ac14aa3c6b
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.newsblur"
|
||||
android:versionCode="64"
|
||||
android:versionName="3.7.0" >
|
||||
android:versionCode="65"
|
||||
android:versionName="3.7.0b2" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="11"
|
||||
|
|
|
@ -2,7 +2,7 @@ package com.newsblur.network;
|
|||
|
||||
public class APIConstants {
|
||||
|
||||
public static final String NEWSBLUR_URL = "https://newsblur.com";
|
||||
public static final String NEWSBLUR_URL = "https://www.newsblur.com";
|
||||
public static final String COOKIE_DOMAIN = ".newsblur.com";
|
||||
public static final String URL_CATEGORIES = NEWSBLUR_URL + "/categories/";
|
||||
public static final String PARAMETER_CATEGORY = "category";
|
||||
|
|
Loading…
Add table
Reference in a new issue