Skip to content

Commit

Permalink
feat: version bump and fixed android versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
y9san9 committed Jul 13, 2023
1 parent 092ec2b commit 609584c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id("android-library-convention")
}

version = libs.versions.mdi.get()

dependencies {
api(project.rootProject)
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

kotlin = "1.8.10"
androidGradle = "7.3.0"
mdi = "0.0.6"
mdi = "0.0.7"

[libraries]

Expand Down

0 comments on commit 609584c

Please sign in to comment.