Skip to content

Commit 61c87c6

Browse files
committed
Dynamic utils 4.5.0
Dynamic locale 2.4.0. Dynamic preferences 2.3.0. Fix kotlin version alignment.
1 parent 98dbdda commit 61c87c6

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ buildscript {
2121
'targetSdk' : 34,
2222
'buildTools' : '34.0.0',
2323
'multidex' : '2.0.1',
24-
'dynamic' : '4.4.8',
24+
'dynamic' : '4.5.0',
2525
'fragment' : '1.5.6',
2626
'flexbox' : '3.0.0',
27-
'kotlin' : '1.8.0',
28-
'locale' : '2.3.1',
27+
'kotlin' : '1.8.22',
28+
'locale' : '2.4.0',
2929
'material' : '1.10.0-alpha04',
30-
'preferences' : '2.2.3',
30+
'preferences' : '2.3.0',
3131
'swiperefresh': '1.1.0',
3232
'theme' : '4.4.1',
3333
'toasts' : '4.1.3',

dynamic-support/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.
@@ -44,6 +44,8 @@ android {
4444
}
4545

4646
dependencies {
47+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:${versions.kotlin}"))
48+
4749
api "com.pranavpandey.android:dynamic-utils:${versions.dynamic}"
4850
api "com.pranavpandey.android:dynamic-theme:${versions.theme}"
4951
api "com.pranavpandey.android:dynamic-locale:${versions.locale}"

sample/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.
@@ -58,6 +58,8 @@ android {
5858
}
5959

6060
dependencies {
61+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:${versions.kotlin}"))
62+
6163
implementation project(':dynamic-support')
6264
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
6365
implementation "androidx.multidex:multidex:${versions.multidex}"

0 commit comments

Comments
 (0)