Update dependencies
This commit is contained in:
parent
5b557ed061
commit
5af4e56370
|
@ -28,8 +28,8 @@ android {
|
|||
applicationId "org.pixeldroid.app"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 31
|
||||
versionCode 4
|
||||
versionName "1.0.beta4"
|
||||
versionCode 5
|
||||
versionName "1.0.beta5"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
testInstrumentationRunnerArguments clearPackageData: 'true'
|
||||
|
@ -153,11 +153,11 @@ dependencies {
|
|||
implementation 'com.google.android.material:material:1.4.0'
|
||||
|
||||
//Dagger (dependency injection)
|
||||
implementation 'com.google.dagger:dagger-android:2.40.2'
|
||||
implementation 'com.google.dagger:dagger-android-support:2.40.2'
|
||||
implementation 'com.google.dagger:dagger-android:2.40.3'
|
||||
implementation 'com.google.dagger:dagger-android-support:2.40.3'
|
||||
// if you use the support libraries
|
||||
kapt 'com.google.dagger:dagger-android-processor:2.40.2'
|
||||
kapt 'com.google.dagger:dagger-compiler:2.40.2'
|
||||
kapt 'com.google.dagger:dagger-android-processor:2.40.3'
|
||||
kapt 'com.google.dagger:dagger-compiler:2.40.3'
|
||||
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
|
|
|
@ -7,7 +7,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.3'
|
||||
classpath 'com.android.tools.build:gradle:7.0.4'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
Loading…
Reference in New Issue