Skip to content

Commit 7affc01

Browse files
Update to Frames v 3.6.5
1 parent 682f953 commit 7affc01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/java/MyApp.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
object MyApp {
44
const val appId = "dev.jahir.frames.app"
5-
const val version = 364
6-
const val versionName = "3.6.4"
5+
const val version = 365
6+
const val versionName = "3.6.5"
77
}

buildSrc/src/main/java/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ object Versions {
1515
const val buildTools = "36.0.0"
1616

1717
// Frames
18-
const val frames = "3.6.4"
18+
const val frames = "3.6.5"
1919
}

0 commit comments

Comments
 (0)