Skip to content

Commit

Permalink
Bump to RN 0.47 (christopherdro#39)
Browse files Browse the repository at this point in the history
* Bump to RN 0.47

* Correcting annotation for RN 0.47
  • Loading branch information
flyandi authored and christopherdro committed Nov 24, 2017
1 parent 3e3b6fa commit 62090d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildscript {
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.1"

defaultConfig {
minSdkVersion 16
Expand All @@ -33,7 +33,7 @@ repositories {


dependencies {
compile 'com.facebook.react:react-native:0.20.+'
compile 'com.facebook.react:react-native:+'
compile 'com.itextpdf:itextg:5.5.9'
compile 'com.itextpdf.tool:xmlworker:5.5.9'
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

public class RNHTMLtoPDFPackage implements ReactPackage {

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-html-to-pdf",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
Expand Down

0 comments on commit 62090d0

Please sign in to comment.