Skip to content

Commit

Permalink
v1.0.0-beta12
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Aug 31, 2022
1 parent f756146 commit 40d7254
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/AndroidOnlyExample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
}
}
}
def ktorfit = "1.0.0-beta11"
def ktorfit = "1.0.0-beta12"
def ktor = "2.1.0"

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion example/MultiplatformExample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

version = "1.0"
val ktorVersion = "2.1.0"
val ktorfitVersion = "1.0.0-beta11"
val ktorfitVersion = "1.0.0-beta12"

kotlin {
android()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#versions
kotlinVersion=1.7.0
kspVersion=1.7.0-1.0.6
ktorfitVersion=1.0.0-beta11
ktorfitVersion=1.0.0-beta12
autoService=1.0.1
kotlinPoet=1.12.0

Expand Down

0 comments on commit 40d7254

Please sign in to comment.