Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Update Android dependencies (#1700)
Browse files Browse the repository at this point in the history
* Update Android dependencies

* Bump codepush version to 15
  • Loading branch information
Blackhex authored and tbergquist-godaddy committed Oct 25, 2019
1 parent 73e3e1e commit f4dc3c3
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiwicom/react-native-app-hotels",
"version": "0.0.50",
"version": "0.0.51",
"private": false,
"main": "index.js",
"dependencies": {
Expand Down
34 changes: 17 additions & 17 deletions android/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Global to all projects and subprojects
ext {
gradlePluginVersion = "3.4.1"
googleServicesPluginVersion = "4.2.0"
fabricPluginVersion = "1.26.1"
gradlePluginVersion = "3.5.0"
googleServicesPluginVersion = "4.3.2"
fabricPluginVersion = "1.31.0"
androidMavenPublishVersion = "3.6.2"

compileSdkVersion = 28
Expand All @@ -11,26 +11,26 @@ ext {
minSdkVersion = 21
targetSdkVersion = 28

kotlinVersion = "1.3.21"
detoxKotlinVersion = "1.3.21"
kotlinVersion = "1.3.50"
detoxKotlinVersion = "1.3.50"

multidexVersion = "2.0.0"
supportVersion = "1.0.0"
multidexVersion = "2.0.1"
supportVersion = "1.1.0"
gsonVersion = "2.8.5"

playServicesBaseVersion = "16.1.0"
playServicesMapsVersion = "16.1.0"
playServicesMeasurementBaseVersion = "16.0.2"
playServicesAnalyticsVersion = "16.0.4"
playServicesBaseVersion = "17.0.0"
playServicesMapsVersion = "17.0.0"
playServicesMeasurementBaseVersion = "17.0.0"
playServicesAnalyticsVersion = "17.0.0"
facebookVersion = "4.39.0"
androidMapsUtilsVersion = "0.5"

firebaseAnalyticsVersion = "16.0.5"
firebaseAnalyticsVersion = "17.2.0"

junitVersion = "4.12"
testRunnerVersion = "1.0.2"
espressoVersion = "3.0.2"
testRunnerVersion = "1.2.0"
espressoVersion = "3.2.0"

loggingVersion = "0.2.15"
trinerdisUtilsVersion = "0.2.15"
}
loggingVersion = "0.19"
utilsVersion = "0.7"
}
8 changes: 4 additions & 4 deletions android/react-native-native-modules/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
implementation "com.google.code.gson:gson:$gsonVersion"
api("com.trinerdis.skypicker:logging:$loggingVersion-SNAPSHOT")
api("com.trinerdis:utils:$trinerdisUtilsVersion-SNAPSHOT")
api("com.kiwi.mobile:utils:$utilsVersion-SNAPSHOT")

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "com.android.support.test:runner:$testRunnerVersion"
androidTestImplementation "com.android.support.test.espresso:espresso-core:$espressoVersion"
}

publishAndroidLibrary("com.trinerdis.skypicker", "react-native-native-modules", "$reactNativeNativeModules-SNAPSHOT")
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
"test-runner": "jest"
},
"rnkiwimobile": {
"code-push-target-binary-version": "14.0.0"
"code-push-target-binary-version": "15.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/rnmodules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiwicom/rnmodules",
"version": "0.1.31",
"version": "0.1.32",
"private": true,
"main": "index.js",
"peerDependencies": {
Expand Down

0 comments on commit f4dc3c3

Please sign in to comment.