Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit f873f0d

Browse files
committed
update: build.gradle
1 parent f256405 commit f873f0d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ android {
4545
dependencies {
4646
implementation fileTree(dir: 'libs', include: ['*.jar'])
4747
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'
5050
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
5151

5252
// library google
@@ -55,17 +55,17 @@ dependencies {
5555
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
5656

5757
// Glide
58-
implementation 'com.github.bumptech.glide:glide:4.11.0'
58+
implementation 'com.github.bumptech.glide:glide:4.12.0'
5959
kapt 'com.github.bumptech.glide:compiler:4.11.0'
6060

6161
// 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'
6363

6464
// 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'
6666

6767
// library frogo-log
68-
implementation 'com.github.amirisback:frogo-log:2.0.0'
68+
implementation 'com.github.amirisback:frogo-log:2.0.1'
6969

7070
testImplementation 'junit:junit:4.13.2'
7171
androidTestImplementation 'androidx.test.ext:junit:1.1.2'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.5.0'
4+
ext.kotlin_version = '1.5.20'
55
repositories {
66
google()
77
mavenCentral()
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.2.0'
11+
classpath 'com.android.tools.build:gradle:4.2.1'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313

1414
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)