mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
upgade deps
async-storage 1.17.3: required updating sdk to 31, kotlin to 1.6.10 react-native-track-player 2.1.3: added new "android:exported" prop required by API 31 react-native-fs: 2.19.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<uses-permission tools:node="remove" android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission tools:node="remove" android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="false" android:theme="@style/AppTheme" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config">
|
||||
<activity android:name=".MainActivity" android:label="@string/app_name" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" android:launchMode="singleTask" android:windowSoftInputMode="adjustPan">
|
||||
<activity android:name=".MainActivity" android:label="@string/app_name" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" android:launchMode="singleTask" android:windowSoftInputMode="adjustPan" android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
||||
@@ -4,12 +4,12 @@ buildscript {
|
||||
ext {
|
||||
buildToolsVersion = "30.0.2"
|
||||
minSdkVersion = 21
|
||||
compileSdkVersion = 30
|
||||
targetSdkVersion = 30
|
||||
compileSdkVersion = 31
|
||||
targetSdkVersion = 31
|
||||
ndkVersion = "21.4.7075529"
|
||||
|
||||
// react-native-async-storage next
|
||||
kotlinVersion = '1.4.21'
|
||||
kotlinVersion = '1.6.10'
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
|
||||
@@ -29,7 +29,7 @@ FLIPPER_VERSION=0.99.0
|
||||
|
||||
# react-native-async-storage next
|
||||
AsyncStorage_useNextStorage=true
|
||||
AsyncStorage_kotlinVersion=1.4.21
|
||||
AsyncStorage_kotlinVersion=1.6.10
|
||||
|
||||
# required to override exoplayer used by react-native-track-player, resolves "abstract method" error
|
||||
# see: https://github.com/google/ExoPlayer/issues/6801#issuecomment-574089568
|
||||
|
||||
Reference in New Issue
Block a user