File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 applicationId " it.danieleverducci.ojo"
1010 minSdkVersion 15
1111 targetSdkVersion 33
12- versionCode 7
13- versionName " 0.1.2 "
12+ versionCode 8
13+ versionName " 0.1.3 "
1414
1515 vectorDrawables. useSupportLibrary = true
1616
Original file line number Diff line number Diff line change 1+ App can be opened with url intent ojo://view
2+ Backported to Android >= 4.0.3
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ The maximum number of cameras is determined by the device's capabilities.
44
55The stream decoding and rendering is demanded to VLC's library: without their effort this app wouldn't be possible.
66This app was specifically developed for F-Droid, as I couldn't find any open source RTSP vievers in the main repository.
7+
8+ The app can be opened deeplinking to url ojo://view
Original file line number Diff line number Diff line change 1+ L'app può essere aperta con intent url ojo://view
2+ Aggiunta compatibilità con vecchie versioni di Android >= 4.0.3
You can’t perform that action at this time.
0 commit comments