Skip to content

Commit

Permalink
AndroidX 1.12.0-alpha05
Browse files Browse the repository at this point in the history
Fix kotlin version alignment.
  • Loading branch information
pranavpandey committed Jun 24, 2023
1 parent b257d10 commit 67007af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -20,7 +20,8 @@ buildscript {
'minSdk' : 14,
'targetSdk' : 34,
'buildTools': '34.0.0',
'androidx' : '1.9.0'
'androidx' : '1.12.0-alpha05',
'kotlin' : '1.8.22'
]

repositories {
Expand Down
4 changes: 3 additions & 1 deletion dynamic-utils/build.gradle
@@ -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 "androidx.core:core:${versions.androidx}"
}

Expand Down

0 comments on commit 67007af

Please sign in to comment.