Skip to content

Commit c6ed6ad

Browse files
author
Kadi Kraman
committed
Use the current version of the app in the android example
1 parent aaaf59e commit c6ed6ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rootProject.name = 'AppAuthExample'
22
include ':react-native-app-auth'
3-
project(':react-native-app-auth').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-app-auth/android')
3+
project(':react-native-app-auth').projectDir = new File(rootProject.projectDir, '../../android')
44

55
include ':app'

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'com.android.library'
1313

1414
android {
1515
compileSdkVersion 23
16-
buildToolsVersion "23.0.1"
16+
buildToolsVersion '26.0.2'
1717

1818
defaultConfig {
1919
minSdkVersion 16

0 commit comments

Comments
 (0)