Skip to content

Commit d36be49

Browse files
committed
bump dependencies
1 parent 62f718b commit d36be49

File tree

8 files changed

+18
-13
lines changed

8 files changed

+18
-13
lines changed

.idea/encodings.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'androidx.navigation.safeargs'
66

77
android {
88
compileSdkVersion 30
9-
buildToolsVersion "29.0.3"
9+
buildToolsVersion "30.0.2"
1010
defaultConfig {
1111
applicationId "com.timilehinaregbesola.mathalarm"
1212
minSdkVersion 19
@@ -42,18 +42,18 @@ dependencies {
4242
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4343

4444
//KTX
45-
implementation 'androidx.core:core-ktx:1.3.1'
45+
implementation 'androidx.core:core-ktx:1.3.2'
4646

4747
//Testing
48-
testImplementation 'junit:junit:4.13'
48+
testImplementation 'junit:junit:4.13.1'
4949
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
5050
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
5151

5252
// Support libraries
5353
implementation 'androidx.appcompat:appcompat:1.2.0'
5454
implementation 'androidx.fragment:fragment:1.2.5'
55-
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
56-
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha05'
55+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
56+
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha06'
5757

5858
// Room and Lifecycle dependencies
5959
implementation "androidx.room:room-runtime:$room_version"
@@ -70,8 +70,8 @@ dependencies {
7070
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
7171
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
7272

73-
implementation 'androidx.fragment:fragment-ktx:1.3.0-alpha08'
74-
implementation 'androidx.activity:activity-ktx:1.2.0-alpha08'
73+
implementation 'androidx.fragment:fragment-ktx:1.3.0-beta01'
74+
implementation 'androidx.activity:activity-ktx:1.2.0-beta01'
7575

7676
//Timber
7777
implementation 'com.jakewharton.timber:timber:4.7.1'

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
buildscript {
44
ext{
5-
kotlin_version = '1.4.0'
5+
kotlin_version = '1.4.10'
66
archLifecycleVersion = '1.1.1'
77
room_version = '2.2.5'
88
coroutine_version = '1.3.7'
99
gradleVersion = '4.1.0-alpha10'
10-
nav_version = '2.3.0'
10+
nav_version = '2.3.1'
1111
dataBindingCompilerVersion = gradleVersion // Always need to be the same.
1212
}
1313
repositories {
@@ -16,7 +16,7 @@ buildscript {
1616

1717
}
1818
dependencies {
19-
classpath "com.android.tools.build:gradle:4.0.1"
19+
classpath 'com.android.tools.build:gradle:4.1.1'
2020
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2121
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
2222
// NOTE: Do not place your application dependencies here; they belong

gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ android.useAndroidX=true
1919
android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
22-
android.enableAapt2=true

gradle/wrapper/gradle-wrapper.jar

4.26 KB
Binary file not shown.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jun 02 21:28:36 WAT 2020
1+
#Sat Nov 14 15:37:25 WAT 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-bin.zip

gradlew

100755100644
468 Bytes
Binary file not shown.

gradlew.bat

582 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)