Skip to content

Commit

Permalink
update available index for new mobile photo 101 pack
Browse files Browse the repository at this point in the history
  • Loading branch information
vitriolix committed Sep 30, 2015
1 parent 7b9e7cf commit 77633e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/src/main/assets/available_index.json
Expand Up @@ -76,9 +76,9 @@
"thumbnailPath": "images/content_packs/mobile_photo_101_cover.jpg",
"expansionFilePath": "Android/data/org.storymaker.app/files/",
"expansionFileUrl": "https://s3-us-west-1.amazonaws.com/storymakerorg/appdata/obb/org.storymaker.app/",
"expansionFileVersion": "3",
"expansionFileSize": "3684543",
"expansionFileChecksum": "148ff2bdd4bb6ae380780ebcdef520b98cfd7da4eeb0f8ce9ab31fe21f3a570b"
"expansionFileVersion": "4",
"expansionFileSize": "3684997",
"expansionFileChecksum": "f7c507bd33549bdbd4d739fb0cfd4d935ade65a6f7e78670d07419b5ddc14a63"
},
{
"expansionId": "citizen_journalism_pack",
Expand Down
2 changes: 1 addition & 1 deletion lib/src/main/java/scal/io/liger/Constants.java
Expand Up @@ -89,7 +89,7 @@ public static String getClipTypeLocalized(Context context, String clipType) {
public static final String MAIN_CHECKSUM = "4248a1dd806071d9fa837c6c7cd25be07d1d76aacef9d4801ec42e37c9c9c6c3";
public static final String PATCH_CHECKSUM = "1114d9db9c1dded087bd8ced87ed86c34528fb62d069f26638d5ac2f23320623";

public static final int AVAILABLE_INDEX_VERSION = 15;
public static final int AVAILABLE_INDEX_VERSION = 16;

public final static String TOR_PROXY_HOST = "localhost"; // FIXME these Orbot host/ports should be pulled from Netcipher instead of hard coded
public final static int TOR_PROXY_PORT = 8118;
Expand Down

0 comments on commit 77633e2

Please sign in to comment.