Skip to content

Commit

Permalink
version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Apr 28, 2017
1 parent 2e39ce6 commit f480aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "de.westnordost.streetcomplete"
minSdkVersion 17
targetSdkVersion 25
versionCode 4
versionName "0.7"
versionCode 5
versionName "0.8"
multiDexEnabled true
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class ApplicationConstants
{
public final static String
NAME = "StreetComplete",
VERSION = "0.7",
VERSION = "0.8",
USER_AGENT = NAME + " " + VERSION,
QUESTTYPE_TAG_KEY = NAME + ":quest_type";

Expand Down

0 comments on commit f480aaa

Please sign in to comment.