Browse Source

drop appcompat-v7 to 23.0.1; update version to 0.0.5

iou90 7 years ago
parent
commit
3fa680e3e1
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      android/build.gradle
  2. 1
    1
      package.json

+ 1
- 1
android/build.gradle View File

26
     androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
26
     androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
27
         exclude group: 'com.android.support', module: 'support-annotations'
27
         exclude group: 'com.android.support', module: 'support-annotations'
28
     })
28
     })
29
-    compile 'com.android.support:appcompat-v7:25.0.1'
29
+    compile 'com.android.support:appcompat-v7:23.0.1'
30
     compile "com.facebook.react:react-native:+"  // From node_modules
30
     compile "com.facebook.react:react-native:+"  // From node_modules
31
     testCompile 'junit:junit:4.12'
31
     testCompile 'junit:junit:4.12'
32
 }
32
 }

+ 1
- 1
package.json View File

1
 {
1
 {
2
   "name": "react-native-autoheightwebview",
2
   "name": "react-native-autoheightwebview",
3
-  "version": "0.0.4",
3
+  "version": "0.0.5",
4
   "description": "An auto height webview for React Native",
4
   "description": "An auto height webview for React Native",
5
   "main": "autoHeightWebView",
5
   "main": "autoHeightWebView",
6
   "scripts": {
6
   "scripts": {