Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
versionCode="14"
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed Jan 18, 2016
1 parent 2301497 commit 31d4dca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.y20k.transistor"
minSdkVersion 19
targetSdkVersion 23
versionCode 13
versionName "1.1.4 (Running Gun Blues)"
versionCode 14
versionName "1.1.5 (Running Gun Blues)"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.y20k.transistor"
android:versionCode="13"
android:versionName="1.1.4 (Running Gun Blues)">
android:versionCode="14"
android:versionName="1.1.5 (Running Gun Blues)">

<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="23" />

Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/org/y20k/transistor/core/Station.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ private boolean downloadPlaylistFile(URL fileLocation) {

Log.v(LOG_TAG, "Downloading... " + fileLocation.toString());

// TODO create URL for InputStreamReader

try (BufferedReader br = new BufferedReader(new InputStreamReader(
fileLocation.openStream()))) {

Expand Down

0 comments on commit 31d4dca

Please sign in to comment.