Skip to content

Commit b466aea

Browse files
committed
Dynamic dialogs 4.4.1
Fix kotlin version alignment.
1 parent 73e1ba1 commit b466aea

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ buildscript {
2121
'targetSdk' : 34,
2222
'buildTools' : '34.0.0',
2323
'constraintlayout': '2.1.4',
24-
'dialogs' : '4.3.2',
25-
'kotlin' : '1.8.0',
24+
'dialogs' : '4.4.1',
25+
'kotlin' : '1.8.22',
2626
'viewpager2' : '1.0.0'
2727
]
2828

dynamic-motion/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2022 Pranav Pandey
2+
* Copyright 2018-2023 Pranav Pandey
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,6 +39,8 @@ android {
3939
}
4040

4141
dependencies {
42+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:${versions.kotlin}"))
43+
4244
api "androidx.constraintlayout:constraintlayout:${versions.constraintlayout}"
4345
api "androidx.viewpager2:viewpager2:${versions.viewpager2}"
4446
}

0 commit comments

Comments
 (0)