File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- ## 0.2.2
1
+ ## 0.2.3
2
2
* Uses Klutter Gradle v2022.r6-9.alpha.
3
3
4
4
## 0.2.1
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Add the Klutter library to dependencies in the pubspec.yaml:
39
39
40
40
``` yaml
41
41
dependencies :
42
- klutter : ^0.2.2
42
+ klutter : ^0.2.3
43
43
` ` `
44
44
45
45
Then run:
Original file line number Diff line number Diff line change 1
1
/// The version of the Klutter Pub Plugin.
2
- const klutterPubVersion = "0.2.2 " ;
2
+ const klutterPubVersion = "0.2.3 " ;
3
3
4
4
/// The version of the Klutter Gradle Plugin.
5
5
const klutterGradleVersion = "2022.r6-9.alpha" ;
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ class PlatformModule {
272
272
|
273
273
|plugins {
274
274
| id("com.android.library")
275
- | id("dev.buijs.klutter.gradle ")
275
+ | id("dev.buijs.klutter")
276
276
| kotlin("multiplatform")
277
277
| kotlin("plugin.serialization") version "1.6.10"
278
278
|}
Original file line number Diff line number Diff line change 1
1
name : klutter
2
2
description : The Klutter Pub Plugin makes it possible to write a Flutter plugin for both Android and iOS using Kotlin only.
3
- version : 0.2.2
3
+ version : 0.2.3
4
4
homepage : https://buijs.dev
5
5
repository : https://github.com/buijs-dev/klutter-dart
6
6
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ void main() {
348
348
349
349
plugins {
350
350
id("com.android.library")
351
- id("dev.buijs.klutter.gradle ")
351
+ id("dev.buijs.klutter")
352
352
kotlin("multiplatform")
353
353
kotlin("plugin.serialization") version "1.6.10"
354
354
}
You can’t perform that action at this time.
0 commit comments