This repository was archived by the owner on Aug 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ android {
45
45
dependencies {
46
46
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
47
47
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
48
- implementation ' androidx.appcompat:appcompat:1.2 .0'
49
- implementation ' androidx.core:core-ktx:1.3.2 '
48
+ implementation ' androidx.appcompat:appcompat:1.3 .0'
49
+ implementation ' androidx.core:core-ktx:1.5.0 '
50
50
implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
51
51
52
52
// library google
@@ -55,17 +55,17 @@ dependencies {
55
55
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
56
56
57
57
// Glide
58
- implementation ' com.github.bumptech.glide:glide:4.11 .0'
58
+ implementation ' com.github.bumptech.glide:glide:4.12 .0'
59
59
kapt ' com.github.bumptech.glide:compiler:4.11.0'
60
60
61
61
// library frogo-recycler-view
62
- implementation ' com.github.amirisback:frogo-recycler-view:3.5.0 '
62
+ implementation ' com.github.amirisback:frogo-recycler-view:3.7.1 '
63
63
64
64
// library frogo-ui-kit
65
- implementation ' com.github.amirisback:frogo-ui-kit:1 .0.5 '
65
+ implementation ' com.github.amirisback:frogo-ui-kit:2 .0.1 '
66
66
67
67
// library frogo-log
68
- implementation ' com.github.amirisback:frogo-log:2.0.0 '
68
+ implementation ' com.github.amirisback:frogo-log:2.0.1 '
69
69
70
70
testImplementation ' junit:junit:4.13.2'
71
71
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.5.0 '
4
+ ext. kotlin_version = ' 1.5.20 '
5
5
repositories {
6
6
google()
7
7
mavenCentral()
8
8
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:4.2.0 '
11
+ classpath ' com.android.tools.build:gradle:4.2.1 '
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
14
14
// NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments