File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Voice Control For Plex/src/main
java/com/atomjack/vcfp/model Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.atomjack.vcfp"
5
- android : versionCode =" 27 "
6
- android : versionName =" 1.9.1 " >
5
+ android : versionCode =" 29 "
6
+ android : versionName =" 1.9.3 " >
7
7
8
8
<uses-permission android : name =" com.mohammadag.googlesearchapi.permission.ACCESS_GGOGLE_SEARCH_API" />
9
9
<uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ public PlexVideo[] newArray(int size) {
139
139
}
140
140
141
141
142
-
142
+ @ Root ( strict = false )
143
143
class Genre implements Parcelable {
144
144
@ Attribute
145
145
public String tag ;
You can’t perform that action at this time.
0 commit comments