Skip to content

Commit

Permalink
fix(rn): ci
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Aug 27, 2018
1 parent 879ac1a commit 258dbe4
Show file tree
Hide file tree
Showing 5 changed files with 578 additions and 229 deletions.
1 change: 0 additions & 1 deletion client/react-native/mobile/android/app/build.gradle
Expand Up @@ -96,7 +96,6 @@ def enableProguardInReleaseBuilds = false

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
applicationId "com.berty"
Expand Down
7 changes: 3 additions & 4 deletions client/react-native/mobile/android/build.gradle
Expand Up @@ -37,9 +37,8 @@ allprojects {
}

ext {
buildToolsVersion = "26.0.3"
minSdkVersion = 16
compileSdkVersion = 26
targetSdkVersion = 26
supportLibVersion = "26.1.0"
compileSdkVersion = 27
targetSdkVersion = 27
supportLibVersion = "27.1.1"
}
1 change: 1 addition & 0 deletions client/react-native/mobile/android/gradle.properties
Expand Up @@ -18,3 +18,4 @@
# org.gradle.parallel=true

android.useDeprecatedNdk=true
org.gradle.configureondemand=true

0 comments on commit 258dbe4

Please sign in to comment.