We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682f953 commit 7affc01Copy full SHA for 7affc01
buildSrc/src/main/java/MyApp.kt
@@ -2,6 +2,6 @@
2
3
object MyApp {
4
const val appId = "dev.jahir.frames.app"
5
- const val version = 364
6
- const val versionName = "3.6.4"
+ const val version = 365
+ const val versionName = "3.6.5"
7
}
buildSrc/src/main/java/Versions.kt
@@ -15,5 +15,5 @@ object Versions {
15
const val buildTools = "36.0.0"
16
17
// Frames
18
- const val frames = "3.6.4"
+ const val frames = "3.6.5"
19
0 commit comments