Skip to content

Commit

Permalink
Change customtabs version to the same as default build tools (#78)
Browse files Browse the repository at this point in the history
This change fixes an issue several adopters are running into: "Could not invoke A0Auth.showUrl".  See: #67 (comment)
  • Loading branch information
Luke Williams authored and hzalaz committed Aug 18, 2017
1 parent f48d415 commit 718dd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ repositories {

dependencies {
compile 'com.facebook.react:react-native:+'
compile 'com.android.support:customtabs:23.3.0'
compile 'com.android.support:customtabs:23.0.1'
}


0 comments on commit 718dd63

Please sign in to comment.