Skip to content

Commit

Permalink
chore: fixing build errors on android
Browse files Browse the repository at this point in the history
  • Loading branch information
vnovick committed Oct 24, 2022
1 parent 36e9a94 commit 31593fb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

2.7.4
2.7.5
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby '2.7.4'
ruby '2.7.5'
gem 'cocoapods', '~> 1.11', '>= 1.11.2'
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DEPENDENCIES
cocoapods (~> 1.11, >= 1.11.2)

RUBY VERSION
ruby 2.7.4p191
ruby 2.7.5p203

BUNDLED WITH
2.1.4
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ protected String getMainComponentName() {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(null);
this.getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
}

/**
Expand All @@ -46,4 +45,4 @@ protected ReactRootView createRootView() {
return reactRootView;
}
}
}
}
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
kotlin_version = '1.4.0'
kotlin_version = '1.6.0'
if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64
ndkVersion = "24.0.8215888"
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- amazon-ivs-react-native-player (1.3.0):
- AmazonIVSPlayer (~> 1.8.3)
- AmazonIVSPlayer (~> 1.13.0)
- React-Core
- AmazonIVSPlayer (1.8.3)
- AmazonIVSPlayer (1.13.0)
- appcenter-analytics (4.4.4):
- AppCenter/Analytics (~> 4.0)
- AppCenterReactNativeShared (~> 4.0)
Expand Down Expand Up @@ -499,8 +499,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
amazon-ivs-react-native-player: 427f65ef6f9b8a5a6a13e4d2b5fabf7509ecdef1
AmazonIVSPlayer: ce792b427a4fe466d6ea32b3ce8abe391d9242d0
amazon-ivs-react-native-player: 5607f3b9a48aa3419b67377c1d5ffb80578ccbcc
AmazonIVSPlayer: 3c774902428c0893004c59c7bbf9065cc542327c
AppCenter: b0b6f1190215b5f983c42934db718f3b46fff3c0
appcenter-analytics: 4403fa85b98266f0672aa3676cb0416755ce2ff6
appcenter-core: 9b90e7b8581598cf4f61d2efe41581cc69631da8
Expand Down

0 comments on commit 31593fb

Please sign in to comment.