Skip to content

Commit

Permalink
Dynamic preferences 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Dec 7, 2023
1 parent 4b9aa52 commit dd0e51d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

buildscript {
ext.versions = [
'compileSdk': 34,
'minSdk' : 16,
'targetSdk' : 34,
'buildTools': '34.0.0',
'dynamic' : '4.5.1',
'gmsAds' : '20.6.0',
'kotlin' : '1.8.22',
'support' : '6.3.0',
'ump' : '2.1.0'
'compileSdk' : 34,
'minSdk' : 16,
'targetSdk' : 34,
'buildTools' : '34.0.0',
'gmsAds' : '20.6.0',
'kotlin' : '1.8.22',
'preferences': '2.3.1',
'support' : '6.3.0',
'ump' : '2.1.0'
]

repositories {
Expand Down
2 changes: 1 addition & 1 deletion dynamic-ads/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom:${versions.kotlin}"))

api "com.pranavpandey.android:dynamic-utils:${versions.dynamic}"
api "com.pranavpandey.android:dynamic-preferences:${versions.preferences}"
api "com.google.android.gms:play-services-ads-lite:${versions.gmsAds}"
api "com.google.android.ump:user-messaging-platform:${versions.ump}"
implementation "com.pranavpandey.android:dynamic-support:${versions.support}"
Expand Down

0 comments on commit dd0e51d

Please sign in to comment.