Skip to content

Commit

Permalink
Update gradle and hilt plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pramod-sj committed Jan 27, 2022
1 parent 7ec63f1 commit 92214c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "com.pramod.dailyword"
minSdkVersion 21
targetSdkVersion 31
versionCode 202201260
versionName "2.2.4"
versionCode 202201261
versionName "2.3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -90,7 +90,7 @@ android {
dependencies {

def lifecycle_version = "2.4.0"
def hilt_version = "2.35"
def hilt_version = "2.36"
def billing_version = "4.0.0"

implementation fileTree(dir: 'libs', include: ['*.jar'])
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ buildscript {
mavenCentral()
}
dependencies {
def hilt_version = "2.37"
def hilt_version = "2.40.5"

classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:7.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip

0 comments on commit 92214c4

Please sign in to comment.