Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
Restored backwards compatibility (SeriesGuide 39 and lower) by sending
version when requesting an action.
  • Loading branch information
oliverschloebe committed Nov 30, 2017
1 parent 97d5364 commit 0ee47d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 27
versionCode 9
versionName "1.2.3"
versionCode 10
versionName "1.2.4"
}

compileOptions {
Expand All @@ -25,7 +25,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.0.1'
implementation 'com.android.support:appcompat-v7:27.0.2'

implementation 'com.uwetrottmann.seriesguide:seriesguide-api:2.0.2'
implementation 'com.uwetrottmann.seriesguide:seriesguide-api:2.0.3'
}
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":9},"path":"app-release.apk","properties":{"packageId":"de.schloebe.seriesguide.streamingfinder","split":"","minSdkVersion":"15"}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":10},"path":"app-release.apk","properties":{"packageId":"de.schloebe.seriesguide.streamingfinder","split":"","minSdkVersion":"15"}}]

0 comments on commit 0ee47d1

Please sign in to comment.