Skip to content

Commit 8d843c3

Browse files
authored
Merge pull request #142 from FormidableLabs/bugfix/example-app-android
Bugfix/example app android
2 parents aaaf59e + 8a2ee05 commit 8d843c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Build Status](https://travis-ci.org/FormidableLabs/react-native-app-auth.svg?branch=master)](https://travis-ci.org/FormidableLabs/react-native-app-auth)
88
[![npm version](https://badge.fury.io/js/react-native-app-auth.svg)](https://badge.fury.io/js/react-native-app-auth)
99

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.`
1111

1212
[See version `2.x` documentation here](https://github.com/FormidableLabs/react-native-app-auth/tree/7a3fdc6e3572a998db99777b7562a7e63e0c2008).
1313

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)