File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ buildscript {
2121 ' targetSdk' : 34 ,
2222 ' buildTools' : ' 34.0.0' ,
2323 ' constraintlayout' : ' 2.1.4' ,
24- ' dialogs' : ' 4.3.2 ' ,
25- ' kotlin' : ' 1.8.0 ' ,
24+ ' dialogs' : ' 4.4.1 ' ,
25+ ' kotlin' : ' 1.8.22 ' ,
2626 ' viewpager2' : ' 1.0.0'
2727 ]
2828
Original file line number Diff line number Diff line change 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.
@@ -39,6 +39,8 @@ android {
3939}
4040
4141dependencies {
42+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:${ versions.kotlin} " ))
43+
4244 api " androidx.constraintlayout:constraintlayout:${ versions.constraintlayout} "
4345 api " androidx.viewpager2:viewpager2:${ versions.viewpager2} "
4446}
You can’t perform that action at this time.
0 commit comments