Skip to content

Commit 7845551

Browse files
author
emon
committed
-- Refactoring
-- Version updated
1 parent 385b5f0 commit 7845551

File tree

18 files changed

+22
-15
lines changed

18 files changed

+22
-15
lines changed

.idea/dictionaries/gk.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
44
android {
55
compileSdkVersion 30
66
defaultConfig {
7-
applicationId "com.gk.emon.lovelyloading"
7+
applicationId "com.gk.emon.easyloading"
88
minSdkVersion 16
99
targetSdkVersion 30
1010
versionCode 1
@@ -22,15 +22,15 @@ android {
2222
dependencies {
2323
implementation fileTree(dir: 'libs', include: ['*.jar'])
2424
implementation 'androidx.appcompat:appcompat:1.2.0'
25-
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
26-
implementation 'com.google.android.material:material:1.2.1'
25+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
26+
implementation 'com.google.android.material:material:1.3.0'
2727
implementation 'petrov.kristiyan:colorpicker-library:1.1.10'
28-
testImplementation 'junit:junit:4.12'
28+
testImplementation 'junit:junit:4.13.2'
2929
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
3030
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
31-
implementation project(path: ':easy_loading')
32-
implementation "androidx.core:core-ktx:1.3.1"
33-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
31+
implementation project(path: ':easy-loading')
32+
implementation "androidx.core:core-ktx:1.3.2"
33+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'
3434
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3535

3636
}

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.4.10'
4+
ext.kotlin_version = '1.4.31'
55
repositories {
66
google()
77
jcenter()
88

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

1414
// NOTE: Do not place your application dependencies here; they belong
File renamed without changes.

easy_loading/build.gradle renamed to easy-loading/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ dependencies {
2929
implementation fileTree(dir: 'libs', include: ['*.jar'])
3030
implementation 'com.airbnb.android:lottie:2.6.0'
3131
implementation 'androidx.appcompat:appcompat:1.2.0'
32-
testImplementation 'junit:junit:4.12'
32+
testImplementation 'junit:junit:4.13.2'
3333
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
3434
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
35-
implementation "androidx.core:core-ktx:1.3.1"
35+
implementation "androidx.core:core-ktx:1.3.2"
3636
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3737
}
3838

File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Dec 18 13:01:41 BDT 2019
1+
#Fri Apr 30 15:59:45 BDT 2021
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include ':app', ':easy_loading'
1+
include ':app', ':easy-loading'
22
rootProject.name='Easy Android Loading'

0 commit comments

Comments
 (0)