Skip to content

Commit

Permalink
Dynamic utils 4.5.0
Browse files Browse the repository at this point in the history
Fix kotlin version alignment.
  • Loading branch information
pranavpandey committed Jun 26, 2023
1 parent 50b2e5b commit ed9bcb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ buildscript {
'minSdk' : 14,
'targetSdk' : 34,
'buildTools': '34.0.0',
'dynamic' : '4.4.8',
'dynamic' : '4.5.0',
'kotlin' : '1.8.22',
'preference': '1.1.1'
]

Expand Down
4 changes: 3 additions & 1 deletion dynamic-engine/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2022 Pranav Pandey
* Copyright 2017-2023 Pranav Pandey
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -37,6 +37,8 @@ android {
}

dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom:${versions.kotlin}"))

api "com.pranavpandey.android:dynamic-utils:${versions.dynamic}"
api "androidx.preference:preference:${versions.preference}"
}
Expand Down

0 comments on commit ed9bcb1

Please sign in to comment.