File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.5.0
2+
3+ * Add namespace for Android
4+ * Update Kotlin to 2.0.0
5+
16## 0.4.0
27
38* Upgrade libserialport sources to 0.1.1
Original file line number Diff line number Diff line change 11group ' org.sigrok.flutter_libserialport'
2- version ' 1 .0-SNAPSHOT'
2+ version ' 0.5 .0-SNAPSHOT'
33
44buildscript {
5- ext. kotlin_version = ' 1.9.20 '
5+ ext. kotlin_version = ' 2.0.0 '
66 repositories {
77 google()
88 jcenter()
@@ -25,7 +25,8 @@ apply plugin: 'com.android.library'
2525apply plugin : ' kotlin-android'
2626
2727android {
28- compileSdkVersion 33
28+ namespace ' org.sigrok.flutter_libserialport'
29+ compileSdk 34
2930
3031 sourceSets {
3132 main. java. srcDirs + = ' src/main/kotlin'
Original file line number Diff line number Diff line change 11name : flutter_libserialport
22description : A simple wrapper around libserialport utilizing Flutter's
33 build system to build and deploy the C-library for the target platform.
4- version : 0.4 .0
4+ version : 0.5 .0
55homepage : https://github.com/jpnurmi/flutter_libserialport
66repository : https://github.com/jpnurmi/flutter_libserialport
77issue_tracker : https://github.com/jpnurmi/flutter_libserialport/issues
You can’t perform that action at this time.
0 commit comments