Skip to content

Commit 2d3099e

Browse files
committed
Release 1.4
1 parent 428c762 commit 2d3099e

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ If you have ported a driver for a device, get in touch with me so we can add it
7070
# Apps that use the driver
7171

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

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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId "info.martinmarinov.dvbdriver"
3131
minSdk 16
3232
targetSdk 33
33-
versionCode 17
34-
versionName "1.36"
33+
versionCode 18
34+
versionName "1.4"
3535

3636
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3737
}

dvbservice/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<queries>
3434
<package android:name="info.martinmarinov.aerialtv" />
3535
<package android:name="info.martinmarinov.aerialtv.a" />
36+
<package android:name="net.petrjanousek.DVBTTelevizor" />
3637
</queries>
3738

3839
<application

icon_amazon.png

25.2 KB
Loading

0 commit comments

Comments
 (0)