We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaf59e commit c6ed6adCopy full SHA for c6ed6ad
Example/android/settings.gradle
@@ -1,5 +1,5 @@
1
rootProject.name = 'AppAuthExample'
2
include ':react-native-app-auth'
3
-project(':react-native-app-auth').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-app-auth/android')
+project(':react-native-app-auth').projectDir = new File(rootProject.projectDir, '../../android')
4
5
include ':app'
android/build.gradle
@@ -13,7 +13,7 @@ apply plugin: 'com.android.library'
13
14
android {
15
compileSdkVersion 23
16
- buildToolsVersion "23.0.1"
+ buildToolsVersion '26.0.2'
17
18
defaultConfig {
19
minSdkVersion 16
0 commit comments