Skip to content

Commit 15839eb

Browse files
Multiple dependency version bump
1 parent 0b75144 commit 15839eb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

app/build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdk 23
1414
targetSdk 30
1515
versionCode 1
16-
versionName "1.0"
16+
versionName "1.0.0"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}
@@ -43,18 +43,18 @@ android {
4343
dependencies {
4444

4545
// core dependency
46-
implementation 'androidx.core:core-ktx:1.6.0'
47-
implementation 'androidx.appcompat:appcompat:1.3.1'
48-
implementation 'com.google.android.material:material:1.4.0'
49-
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
46+
implementation 'androidx.core:core-ktx:1.7.0'
47+
implementation 'androidx.appcompat:appcompat:1.4.1'
48+
implementation 'com.google.android.material:material:1.5.0'
49+
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
5050
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
51-
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
52-
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
51+
implementation 'androidx.navigation:navigation-fragment-ktx:2.4.2'
52+
implementation 'androidx.navigation:navigation-ui-ktx:2.4.2'
5353
implementation 'androidx.biometric:biometric:1.2.0-alpha04'
54-
implementation 'androidx.work:work-runtime-ktx:2.5.0'
54+
implementation 'androidx.work:work-runtime-ktx:2.7.1'
5555

5656
//testing dependency
57-
testImplementation 'junit:junit:4.+'
57+
testImplementation 'junit:junit:'
5858
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
5959
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
6060

@@ -76,5 +76,5 @@ dependencies {
7676
// java library for zip files
7777
implementation 'net.lingala.zip4j:zip4j:2.10.0'
7878

79-
implementation 'com.google.code.gson:gson:2.3.1'
79+
implementation 'com.google.code.gson:gson:2.8.9'
8080
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext {
4-
play_service_auth_version = '19.2.0'
4+
play_service_auth_version = '20.1.0'
55
room_version = '2.4.2'
66
hilt_version = '2.38.1'
77
spotlight_version = '2.0.5'
@@ -11,7 +11,7 @@ buildscript {
1111
mavenCentral()
1212
}
1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:7.1.2'
14+
classpath 'com.android.tools.build:gradle:7.1.3'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
1616
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
1717
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)