Skip to content

Commit 1deab6e

Browse files
committed
1.32 release
1 parent 87e7a1e commit 1deab6e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Currently:
5252
* RTL2832 with tuner chip R828D (DVB-T2 support for MN88473 and MN88472 devices)
5353
* RTL2832 with tuner chip FC0012
5454
* RTL2832 with tuner chip FC0013
55+
* MyGica T230
56+
* MyGica Pad TV Tuner PT360
5557

5658
The driver is not limited to these devices only. If a device has a Linux kernel driver, then it probably could be ported.
5759
If you have ported a driver for a device, get in touch with me so we can add it to the main driver.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ model {
2929
applicationId "info.martinmarinov.dvbdriver"
3030
minSdkVersion.apiLevel 16
3131
targetSdkVersion.apiLevel 25
32-
versionCode 12
33-
versionName "1.311"
32+
versionCode 13
33+
versionName "1.32"
3434

3535
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3636
}

0 commit comments

Comments
 (0)