-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #260 from TechnionTDK/develop
release 2.0.2
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ class ProjectConfig { | |
|
||
// Project Config | ||
static const String projectName = "WikiPo"; | ||
static const String projectVersion = "v2.0.1"; | ||
static const String projectVersion = "v2.0.2"; | ||
static const String googlePlayUrl = "https://play.google.com/store/apps/details?id=com.technion.android.wikiplaces.wiki_places"; | ||
static const String appEmail = "[email protected]"; | ||
static const String appEmailPassword = "uruevumwrgrkkjhb"; | ||
|
||
// Backend Config | ||
static const String serverAddress = "132.69.8.15:80"; | ||
static const String serverAddress = "wikipo.cs.technion.ac.il"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters