Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from ElisaMin/master
Browse files Browse the repository at this point in the history
release android
  • Loading branch information
Kyant0 authored Sep 14, 2022
2 parents a0dcdd2 + 7d03170 commit 97e7d40
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[Interactive demo](https://Kyant0.github.io/Monet)

Compose version: 1.3.0-beta02
Compose version: Compose-JB-1.2.0-alpha01-dev774

## Usages

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ android.useAndroidX=true
kotlin.version=1.7.10
agp.version=7.2.2
compose.version=1.2.0-alpha01-dev774
monet.version=0.1.0-alpha03-multiplatform
monet.versionCode=3
monet.version=0.1.0-alpha04-multiplatform
monet.versionCode=4
6 changes: 4 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ group = "com.kyant.monet"
version = extra["monet.version"] as String

kotlin {
android()
android {
publishLibraryVariants("release")
}
jvm("desktop") {
compilations.all {
kotlinOptions.jvmTarget = "11"
}
}
sourceSets {
val commonMain by getting {
commonMain {
dependencies {
api(compose.runtime)
api(compose.foundation)
Expand Down

0 comments on commit 97e7d40

Please sign in to comment.