Skip to content

Commit

Permalink
Updated information for v1.7.4 - first non-alpha release!
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgecow committed Jan 23, 2018
1 parent f35ca35 commit 08e6bda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.fridgecow.smartalarm"
minSdkVersion 25
targetSdkVersion 26
versionCode 173
versionName "1.7.3a"
versionCode 174
versionName "1.7.4"
}
buildTypes {
release {
Expand All @@ -25,7 +25,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.google.android.support:wearable:2.1.0'
implementation 'com.google.android.gms:play-services-wearable:11.6.2'
implementation 'com.google.android.gms:play-services-wearable:11.8.0'
implementation 'com.android.support:percent:26.1.0'
implementation 'com.android.support:support-v4:26.1.0'
implementation 'com.android.support:recyclerview-v7:26.1.0'
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":173},"path":"app-release.apk","properties":{"packageId":"com.fridgecow.smartalarm","split":"","minSdkVersion":"25"}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":174},"path":"app-release.apk","properties":{"packageId":"com.fridgecow.smartalarm","split":"","minSdkVersion":"25"}}]
4 changes: 1 addition & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,8 @@
<string name="changelog_html">
New in this version:\n
<ul>
<li>Onboarding for new users</li>
<li>Fixed a rare crash</li>
</ul>

Thanks for sticking with Smart Alarm through its infancy!
</string>
<string name="changelog_donetext">Let\'s Go!</string>

Expand Down

0 comments on commit 08e6bda

Please sign in to comment.