diff --git a/app/build.gradle b/app/build.gradle index 1b974540..b27f44a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/build.gradle b/build.gradle index fb915a51..44ca6678 100644 --- a/build.gradle +++ b/build.gradle @@ -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