Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Change version to 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
souch committed Aug 25, 2015
1 parent 8f08fca commit 99bddd1
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 @@ -7,8 +7,8 @@ android {
applicationId "souch.smp"
minSdkVersion 8
targetSdkVersion 10
versionCode 9
versionName '0.8'
versionCode 10
versionName '1.0'
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<string name="settings_about_summary">Some info on app and author.</string>

<string name="settings_version_title">Version number</string>
<string name="settings_version">0.8</string>
<string name="settings_version">1.0</string>
<string name="settings_author_title">Author</string>
<string name="settings_author">Mathieu Souchaud</string>
<string name="settings_source_title">Sources</string>
Expand Down

0 comments on commit 99bddd1

Please sign in to comment.