Skip to content

Commit

Permalink
v1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasoreland committed Jun 13, 2015
1 parent 051e887 commit 1d9a229
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<h1>What's new</h1>
<h2>v1.44</h2>
<h2>v1.45</h2>
<ul>
<li>Download activities from RunKeeper
<li>Lots of translation work
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ android {
froyo {
minSdkVersion 8
targetSdkVersion 18
versionName "1.44"
versionCode 8000044
versionName "1.45"
versionCode 8000045
}
latest {
minSdkVersion 14
targetSdkVersion 20
versionName "1.44"
versionCode 14000044
versionName "1.45"
versionCode 14000045
}
}

Expand Down
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 20
targetSdkVersion 20
versionName "1.44"
versionCode 14000044
versionName "1.45"
versionCode 14000045
}

signingConfigs {
Expand Down

0 comments on commit 1d9a229

Please sign in to comment.