mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-26 22:42:17 +00:00
bump version
This commit is contained in:
parent
c3da1cf36f
commit
997f071c8c
2 changed files with 4 additions and 2 deletions
2
composeApp/proguard-rules.pro
vendored
2
composeApp/proguard-rules.pro
vendored
|
|
@ -42,6 +42,8 @@
|
|||
# TorrServer based P2P streaming.
|
||||
-keep class com.nuvio.app.features.p2p.** { *; }
|
||||
|
||||
-keep class androidx.work.impl.WorkDatabase_Impl { *; }
|
||||
|
||||
# Media3 / ExoPlayer classes from local AAR decoders and stock modules.
|
||||
-dontwarn androidx.media3.**
|
||||
-keep class androidx.media3.** { *; }
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
CURRENT_PROJECT_VERSION=81
|
||||
MARKETING_VERSION=0.2.9
|
||||
CURRENT_PROJECT_VERSION=82
|
||||
MARKETING_VERSION=0.2.10
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue