Skip to content

Commit

Permalink
Feature: nordic and gradle upgrades (#243)
Browse files Browse the repository at this point in the history
* pull Android-nRF-Mesh-Library v3.2.1

* upgrade kotlin and gradle version for example app

* fix changelog.md

* bump pkg version
  • Loading branch information
R0m4in-dooz authored Apr 26, 2022
1 parent 42e4680 commit dd5ed99
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.12.0

- Use of Nordic Semiconductor's Android SDK v3.1.9
- Use of Nordic Semiconductor's Android SDK v3.2.1
- Upgraded Gradle version and dependencies
- Upgraded Dart dependencies

Expand Down
4 changes: 2 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.6.20'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.0'
classpath 'com.android.tools.build:gradle:7.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
4 changes: 1 addition & 3 deletions example/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true

VERSION_NAME=2.4.0
android.enableJetifier=true
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.11.0"
version: "0.12.0"
package_config:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nordic_nrf_mesh
description: A Flutter plugin to enable mesh network management and communication using Nordic Semiconductor's SDKs.
version: 0.11.0
version: 0.12.0
homepage: https://www.dooz-domotique.com/
repository: https://github.com/OZEO-DOOZ/nrf_mesh_plugin
issue_tracker: https://github.com/OZEO-DOOZ/nrf_mesh_plugin/issues
Expand Down

0 comments on commit dd5ed99

Please sign in to comment.