Skip to content

Commit

Permalink
version 0.1.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erksch committed Jun 12, 2024
1 parent 4f16eb5 commit 622909f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHANGELOG

## v0.1.0-rc.0

- Android flutter plugin module generation
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
alias(libs.plugins.kotlinSerialization)
}

val flutterKmpVersion = "0.1.0"
val flutterKmpVersion = "0.1.0-rc.0"

kotlin {
targetHierarchy.default()
Expand Down
2 changes: 1 addition & 1 deletion example/flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

dependencies {
implementation("com.example:flutter-kmp-example:0.1.0")
implementation("com.example:flutter-kmp-example:0.1.0-rc.0")

testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.mockito:mockito-core:5.0.0")
Expand Down
2 changes: 1 addition & 1 deletion example/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.1.0
version=0.1.0-rc.0
group=com.example
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.1.0
version=0.1.0-rc.0
group=de.voize

org.gradle.jvmargs=-Xmx2048m
Expand Down

0 comments on commit 622909f

Please sign in to comment.