Updated targetSdk to API 32 & Updated dependencies

This commit is contained in:
Prathamesh More 2022-04-21 17:03:57 +05:30
parent 576f88ddbc
commit d34fcab30c
3 changed files with 8 additions and 8 deletions

View file

@ -5,11 +5,11 @@ apply plugin: "androidx.navigation.safeargs.kotlin"
apply plugin: 'kotlin-parcelize'
android {
compileSdk 31
compileSdk 32
defaultConfig {
minSdk 21
targetSdk 31
targetSdk 32
vectorDrawables.useSupportLibrary = true
@ -99,7 +99,7 @@ dependencies {
implementation 'androidx.palette:palette-ktx:1.0.0'
//Cast Dependencies
implementation 'androidx.mediarouter:mediarouter:1.3.0-rc01'
implementation 'androidx.mediarouter:mediarouter:1.3.0'
implementation 'com.google.android.gms:play-services-cast-framework:21.0.1'
//WebServer by NanoHttpd
implementation "org.nanohttpd:nanohttpd:2.3.1"
@ -113,7 +113,7 @@ dependencies {
implementation "androidx.room:room-ktx:$room_version"
kapt "androidx.room:room-compiler:$room_version"
def lifecycle_version = "2.4.1"
def lifecycle_version = "2.5.0-beta01"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"
@ -172,5 +172,5 @@ dependencies {
implementation 'cat.ereza:customactivityoncrash:2.3.0'
implementation 'me.tankery.lib:circularSeekBar:1.3.2'
debugImplementation 'com.github.amitshekhariitbhu:Android-Debug-Database:1.0.6'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
}

View file

@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdk 31
compileSdk 32
defaultConfig {
minSdk 21
targetSdk 31
targetSdk 32
}
buildTypes {
release {

View file

@ -3,7 +3,7 @@
buildscript {
ext {
kotlin_version = '1.6.21'
navigation_version = '2.4.2'
navigation_version = '2.5.0-beta01'
mdc_version = '1.6.0-rc01'
preference_version = '1.2.0'
appcompat_version = '1.4.1'