Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Mar 7, 2022
1 parent d752585 commit 781c9ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'com.google.gms.google-services'

android {
compileSdkVersion 31
compileSdkVersion 32

defaultConfig {
applicationId "phone.vishnu.quotes"
minSdkVersion 22
targetSdkVersion 31
targetSdkVersion 32
versionCode 59
versionName "2.10.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -53,8 +53,8 @@ dependencies {
implementation 'it.xabaras.android:recyclerview-swipedecorator:1.2.2'
implementation "com.github.skydoves:colorpickerview:2.2.4"

def lifecycle_version = "2.4.0"
def room_version = "2.4.1"
def lifecycle_version = "2.4.1"
def room_version = "2.4.2"

implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
annotationProcessor "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.0'
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.google.gms:google-services:4.3.10'
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.2.0"

Expand Down

0 comments on commit 781c9ed

Please sign in to comment.