Skip to content

Commit d8fe204

Browse files
committed
Adding MyGica T230C and bumping up to version 1.35
1 parent aa8fb86 commit d8fe204

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Currently:
5858
* RTL2832 with tuner chip FC0012
5959
* RTL2832 with tuner chip FC0013
6060
* MyGica T230
61+
* MyGica (Geniatech) T230C DVB-T/T2/C
6162
* MyGica Pad TV Tuner PT360
6263
* EVOLVEO XtraTV stick (Some unbranded Android DVB-T sticks)
6364
* PCTV AndroiDTV (78e)

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 15
33-
versionName "1.34"
32+
versionCode 16
33+
versionName "1.35"
3434

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

dvbservice/src/main/res/xml/device_filter.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@
5656
<usb-device vendor-id="0x185b" product-id="0x0620"/> <!-- Compro VideoMate U620F -->
5757
<usb-device vendor-id="0x1f4d" product-id="0xa115"/> <!-- EVOLVEO XtraTV stick -->
5858
<usb-device vendor-id="0x2013" product-id="0x25a"/> <!-- PCTV AndroiDTV (78e) -->
59+
<usb-device vendor-id="0x0572" product-id="0xc689"/> <!-- Mygica T230C DVB-T/T2/C -->
5960
</resources>

0 commit comments

Comments
 (0)