Release 0.1.3
This commit is contained in:
parent
0fd2474e57
commit
4aa17ec8f3
@ -9,8 +9,8 @@ android {
|
||||
applicationId "it.danieleverducci.ojo"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 33
|
||||
versionCode 7
|
||||
versionName "0.1.2"
|
||||
versionCode 8
|
||||
versionName "0.1.3"
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
2
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
@ -0,0 +1,2 @@
|
||||
App can be opened with url intent ojo://view
|
||||
Backported to Android >= 4.0.3
|
@ -4,3 +4,5 @@ The maximum number of cameras is determined by the device's capabilities.
|
||||
|
||||
The stream decoding and rendering is demanded to VLC's library: without their effort this app wouldn't be possible.
|
||||
This app was specifically developed for F-Droid, as I couldn't find any open source RTSP vievers in the main repository.
|
||||
|
||||
The app can be opened deeplinking to url ojo://view
|
||||
|
2
fastlane/metadata/android/it-IT/changelogs/8.txt
Normal file
2
fastlane/metadata/android/it-IT/changelogs/8.txt
Normal file
@ -0,0 +1,2 @@
|
||||
L'app può essere aperta con intent url ojo://view
|
||||
Aggiunta compatibilità con vecchie versioni di Android >= 4.0.3
|
Loading…
Reference in New Issue
Block a user