File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ buildscript {
21
21
' targetSdk' : 34 ,
22
22
' buildTools' : ' 34.0.0' ,
23
23
' multidex' : ' 2.0.1' ,
24
- ' dynamic' : ' 4.4.8 ' ,
24
+ ' dynamic' : ' 4.5.0 ' ,
25
25
' fragment' : ' 1.5.6' ,
26
26
' flexbox' : ' 3.0.0' ,
27
- ' kotlin' : ' 1.8.0 ' ,
28
- ' locale' : ' 2.3.1 ' ,
27
+ ' kotlin' : ' 1.8.22 ' ,
28
+ ' locale' : ' 2.4.0 ' ,
29
29
' material' : ' 1.10.0-alpha04' ,
30
- ' preferences' : ' 2.2.3 ' ,
30
+ ' preferences' : ' 2.3.0 ' ,
31
31
' swiperefresh' : ' 1.1.0' ,
32
32
' theme' : ' 4.4.1' ,
33
33
' toasts' : ' 4.1.3' ,
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2018-2022 Pranav Pandey
2
+ * Copyright 2018-2023 Pranav Pandey
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -44,6 +44,8 @@ android {
44
44
}
45
45
46
46
dependencies {
47
+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:${ versions.kotlin} " ))
48
+
47
49
api " com.pranavpandey.android:dynamic-utils:${ versions.dynamic} "
48
50
api " com.pranavpandey.android:dynamic-theme:${ versions.theme} "
49
51
api " com.pranavpandey.android:dynamic-locale:${ versions.locale} "
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2018-2022 Pranav Pandey
2
+ * Copyright 2018-2023 Pranav Pandey
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -58,6 +58,8 @@ android {
58
58
}
59
59
60
60
dependencies {
61
+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:${ versions.kotlin} " ))
62
+
61
63
implementation project(' :dynamic-support' )
62
64
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ versions.kotlin} "
63
65
implementation " androidx.multidex:multidex:${ versions.multidex} "
You can’t perform that action at this time.
0 commit comments