File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
rootProject. name = ' AppAuthExample'
2
2
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' )
4
4
5
5
include ' :app'
Original file line number Diff line number Diff line change 7
7
[ ![ Build Status] ( https://travis-ci.org/FormidableLabs/react-native-app-auth.svg?branch=master )] ( https://travis-ci.org/FormidableLabs/react-native-app-auth )
8
8
[ ![ npm version] ( https://badge.fury.io/js/react-native-app-auth.svg )] ( https://badge.fury.io/js/react-native-app-auth )
9
9
10
- #### This is the API documentation for ` react-native-app-auth >= 3.0. ` (pre-release)
10
+ #### This is the API documentation for ` react-native-app-auth >= 3.0. `
11
11
12
12
[ See version ` 2.x ` documentation here] ( https://github.com/FormidableLabs/react-native-app-auth/tree/7a3fdc6e3572a998db99777b7562a7e63e0c2008 ) .
13
13
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'com.android.library'
13
13
14
14
android {
15
15
compileSdkVersion 23
16
- buildToolsVersion " 23 .0.1 "
16
+ buildToolsVersion ' 26 .0.2 '
17
17
18
18
defaultConfig {
19
19
minSdkVersion 16
You can’t perform that action at this time.
0 commit comments