Skip to content

Commit

Permalink
Multiple dependency version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danishjamal104 committed Apr 13, 2022
1 parent 0b75144 commit 15839eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdk 23
targetSdk 30
versionCode 1
versionName "1.0"
versionName "1.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -43,18 +43,18 @@ android {
dependencies {

// core dependency
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
implementation 'androidx.navigation:navigation-fragment-ktx:2.4.2'
implementation 'androidx.navigation:navigation-ui-ktx:2.4.2'
implementation 'androidx.biometric:biometric:1.2.0-alpha04'
implementation 'androidx.work:work-runtime-ktx:2.5.0'
implementation 'androidx.work:work-runtime-ktx:2.7.1'

//testing dependency
testImplementation 'junit:junit:4.+'
testImplementation 'junit:junit:'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

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

implementation 'com.google.code.gson:gson:2.3.1'
implementation 'com.google.code.gson:gson:2.8.9'
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
play_service_auth_version = '19.2.0'
play_service_auth_version = '20.1.0'
room_version = '2.4.2'
hilt_version = '2.38.1'
spotlight_version = '2.0.5'
Expand All @@ -11,7 +11,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 15839eb

Please sign in to comment.