Skip to content

Commit

Permalink
Removing butterknife dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias committed Mar 24, 2019
1 parent 6bde716 commit b872c8a
Show file tree
Hide file tree
Showing 5 changed files with 4,718 additions and 103 deletions.
87 changes: 0 additions & 87 deletions android/bintray.gradle

This file was deleted.

6 changes: 0 additions & 6 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.google.gms:google-services:4.0.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.jakewharton:butterknife-gradle-plugin:8.5.1'
}
}

Expand All @@ -23,8 +21,6 @@ configurations.all {

apply plugin: 'com.android.library'

def BUTTER_KNIFE_VERSION="8.5.1"

android {
compileSdkVersion 28
buildToolsVersion "28.0.0"
Expand Down Expand Up @@ -55,8 +51,6 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:28.0.0'
Expand Down
Empty file removed android/settings.gradle
Empty file.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@
"author": "",
"license": "",
"peerDependencies": {
"react-native": "^0.41.2"
"react-native": "0.56.0"
},
"dependencies": {
"babel-runtime": "^6.26.0"
"@babel/runtime": "7.0.0-beta.55",
"babel-runtime": "^6.26.0",
"prop-types": "^15.7.2",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-hot-loader": "^4.8.0",
"react-native": "0.56.0"
}
}
Loading

0 comments on commit b872c8a

Please sign in to comment.