Skip to content

Commit

Permalink
Merge pull request #11 from 1fabiopereira/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
1fabiopereira authored Apr 8, 2023
2 parents 0bc38a1 + 9389fa0 commit cef3b0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 2 additions & 5 deletions LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# License

MIT License

Copyright (c) 2023 Fábio Pereira

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand All @@ -19,6 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


SOFTWARE.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ dependencies {
implementation ("com.jtransc:jtransc-rt:0.6.7")
// For < 0.71, this will be from the local maven repo
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
// implementation ("com.facebook.react:react-android:$version")
//noinspection GradleDynamicVersion
implementation ("com.facebook.react:react-android:$version")
implementation ("com.facebook.react:react-native:+")

//noinspection GradleDependency
implementation ("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
Expand Down

0 comments on commit cef3b0d

Please sign in to comment.