Skip to content

Commit 4aa17ec

Browse files
committed
Release 0.1.3
1 parent 0fd2474 commit 4aa17ec

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
App can be opened with url intent ojo://view
2+
Backported to Android >= 4.0.3

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ The maximum number of cameras is determined by the device's capabilities.
44

55
The stream decoding and rendering is demanded to VLC's library: without their effort this app wouldn't be possible.
66
This 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
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
L'app può essere aperta con intent url ojo://view
2+
Aggiunta compatibilità con vecchie versioni di Android >= 4.0.3

0 commit comments

Comments
 (0)