Skip to content

Commit

Permalink
Release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmarinov committed Oct 22, 2022
1 parent 428c762 commit 2d3099e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ If you have ported a driver for a device, get in touch with me so we can add it
# Apps that use the driver

* [Aerial TV](http://aerialtv.eu/)
* [DVBTTelevizor](https://play.google.com/store/apps/details?id=net.petrjanousek.DVBTTelevizor)

If you would like your app to appear here, open a GitHub issue and I will be happy to add it!

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "info.martinmarinov.dvbdriver"
minSdk 16
targetSdk 33
versionCode 17
versionName "1.36"
versionCode 18
versionName "1.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions dvbservice/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<queries>
<package android:name="info.martinmarinov.aerialtv" />
<package android:name="info.martinmarinov.aerialtv.a" />
<package android:name="net.petrjanousek.DVBTTelevizor" />
</queries>

<application
Expand Down
Binary file added icon_amazon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d3099e

Please sign in to comment.