Skip to content

Commit 8a7139f

Browse files
committed
Gradle commit
- Updated all internal libraries - Upgraded gradle to 6.5
1 parent 4410ca5 commit 8a7139f

File tree

6 files changed

+17
-10
lines changed

6 files changed

+17
-10
lines changed

.idea/compiler.xml

Lines changed: 6 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 & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ android {
1111
minSdkVersion 21
1212
targetSdkVersion 29
1313
multiDexEnabled true
14-
versionCode 4
14+
versionCode 5
1515
vectorDrawables.useSupportLibrary = true
16-
versionName "1.1"
16+
versionName "1.2"
1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}
1919

@@ -35,17 +35,17 @@ android {
3535
dependencies {
3636
implementation fileTree(dir: 'libs', include: ['*.jar'])
3737
implementation "org.jetbrains.anko:anko-commons:0.10.4"
38-
implementation 'com.google.android.material:material:1.3.0-alpha02'
38+
implementation 'com.google.android.material:material:1.3.0-alpha03'
3939
implementation 'com.github.bumptech.glide:glide:4.11.0'
4040
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
4141
implementation 'androidx.cardview:cardview:1.0.0'
4242
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
4343
implementation 'androidx.appcompat:appcompat:1.2.0'
44-
implementation 'androidx.core:core-ktx:1.3.1'
45-
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
44+
implementation 'androidx.core:core-ktx:1.3.2'
45+
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
4646
testImplementation 'junit:junit:4.13'
4747
androidTestImplementation 'androidx.test:runner:1.3.0'
4848
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
49-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.5"
49+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7"
5050
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
5151
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.0.1'
11+
classpath 'com.android.tools.build:gradle:4.1.0'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jul 30 11:02:14 IST 2020
1+
#Thu Oct 22 10:23:48 IST 2020
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-6.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 commit comments

Comments
 (0)