File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.2.1 '
11
+ classpath( " com.android.tools.build:gradle:7.0.4 " )
12
12
// noinspection DifferentKotlinGradleVersion
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
}
@@ -125,6 +125,6 @@ dependencies {
125
125
// noinspection GradleDynamicVersion
126
126
api ' com.facebook.react:react-native:+'
127
127
128
- implementation ' no.nordicsemi.android:mcumgr-ble:1.3.1 '
128
+ implementation ' no.nordicsemi.android:mcumgr-ble:1.6.0 '
129
129
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
130
130
}
Original file line number Diff line number Diff line change 1
- McuManager_kotlinVersion =1.6 .10
1
+ McuManager_kotlinVersion =1.8 .10
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ buildscript {
26
26
mavenCentral()
27
27
}
28
28
dependencies {
29
- classpath(" com.android.tools.build:gradle:7.0.4 " )
29
+ classpath(' com.android.tools.build:gradle:7.4.2 ' )
30
30
classpath(" com.facebook.react:react-native-gradle-plugin" )
31
31
classpath(" de.undercouch:gradle-download-task:4.1.2" )
32
32
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments