Skip to content

Commit 054dbe0

Browse files
authored
Merge pull request #34 from PlayerData/bump-android-dependency
chore(deps): bump the android nordic dependency
2 parents 64c4f08 + 218082f commit 054dbe0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.2.1'
11+
classpath("com.android.tools.build:gradle:7.0.4")
1212
// noinspection DifferentKotlinGradleVersion
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}
@@ -125,6 +125,6 @@ dependencies {
125125
// noinspection GradleDynamicVersion
126126
api 'com.facebook.react:react-native:+'
127127

128-
implementation 'no.nordicsemi.android:mcumgr-ble:1.3.1'
128+
implementation 'no.nordicsemi.android:mcumgr-ble:1.6.0'
129129
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
130130
}

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
McuManager_kotlinVersion=1.6.10
1+
McuManager_kotlinVersion=1.8.10

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
mavenCentral()
2727
}
2828
dependencies {
29-
classpath("com.android.tools.build:gradle:7.0.4")
29+
classpath('com.android.tools.build:gradle:7.4.2')
3030
classpath("com.facebook.react:react-native-gradle-plugin")
3131
classpath("de.undercouch:gradle-download-task:4.1.2")
3232
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)