Skip to content

Commit

Permalink
Update app with SDK v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Jun 23, 2021
1 parent 180bc51 commit 69f79c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 2 additions & 0 deletions 00-Login/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
manifestPlaceholders = [auth0Domain: "YOUR_AUTH0_DOMAIN",
auth0Scheme: "${applicationId}"]
}
splits {
abi {
Expand Down
10 changes: 0 additions & 10 deletions 00-Login/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,12 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="{DOMAIN}"
android:pathPrefix="/android/${applicationId}/callback"
android:scheme="${applicationId}" />
</intent-filter>
</activity>
</application>
</manifest>
2 changes: 1 addition & 1 deletion 00-Login/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
jcenter()
}
dependencies {
classpath('com.android.tools.build:gradle:4.2.0')
classpath('com.android.tools.build:gradle:4.2.1')
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 1 addition & 1 deletion 00-Login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-auth0": "2.8.3"
"react-native-auth0": "2.9.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down

0 comments on commit 69f79c8

Please sign in to comment.