Skip to content

Commit

Permalink
Merge pull request #14 from take0ffmedia/feature/picture-in-picture-v2
Browse files Browse the repository at this point in the history
chore: rebase pip from master - last update
  • Loading branch information
jonathanm-tkf authored Apr 8, 2022
2 parents 7c969f2 + 319079b commit 6da3c81
Show file tree
Hide file tree
Showing 23 changed files with 16,625 additions and 187 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ android/keystores/debug.keystore

# generated by bob
lib/

# react-native-config codegen
ios/tmp.xcconfig
example/ios/tmp.xcconfig
5 changes: 3 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ android {
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 1
versionName "1.0"
buildConfigField 'String', 'BITMOVIN_CSS', properties.getProperty('bitmovin.css', "\"\"")
buildConfigField 'String', 'BITMOVIN_JS', properties.getProperty('bitmovin.js', "\"\"")
buildConfigField 'String', 'BITMOVIN_PLAYER_CSS', '"' + project.env.get("BITMOVIN_PLAYER_CSS") + '"'
buildConfigField 'String', 'BITMOVIN_PLAYER_JS', '"' + project.env.get("BITMOVIN_PLAYER_JS") + '"'

buildConfigField 'String', 'BITMOVIN_PLAYER_LICENSE_KEY', '"' + project.env.get("BITMOVIN_PLAYER_LICENSE_KEY") + '"'
buildConfigField 'String', 'BITMOVIN_ANALYTICS_LICENSE_KEY', '"' + project.env.get("BITMOVIN_ANALYTICS_LICENSE_KEY") + '"'
}
Expand Down
Loading

0 comments on commit 6da3c81

Please sign in to comment.