From 78d3fd14a29e7308168db2959465dc4a08c36642 Mon Sep 17 00:00:00 2001 From: akshaaatt Date: Sun, 5 Jun 2022 21:12:42 +0530 Subject: [PATCH] Bump dependencies --- app/build.gradle | 10 +++++----- build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- iap/build.gradle | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 79a7126..564d169 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ plugins { android { compileSdk 31 defaultConfig { - applicationId "com.limerse.iapsample" + applicationId "com.aemerse.iapsample" minSdk 21 targetSdk 31 versionCode 1 @@ -30,13 +30,13 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.core:core-ktx:1.8.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' - implementation 'com.google.android.material:material:1.6.0-beta01' + implementation 'com.google.android.material:material:1.7.0-alpha02' implementation 'com.intuit.sdp:sdp-android:1.0.6' implementation project(':iap') - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' } diff --git a/build.gradle b/build.gradle index f1e5a48..51e4ff7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,15 +1,15 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext{ - kotlin_version = '1.6.10' - kotlin_coroutines_version = '1.6.0' + kotlin_version = '1.6.21' + kotlin_coroutines_version = '1.6.2' } repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.2' + classpath 'com.android.tools.build:gradle:7.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 54b88f7..f73d9ca 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Oct 01 13:20:39 IST 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/iap/build.gradle b/iap/build.gradle index 32f61da..aa7995c 100644 --- a/iap/build.gradle +++ b/iap/build.gradle @@ -21,9 +21,9 @@ android { } dependencies { - implementation 'com.android.billingclient:billing-ktx:4.1.0' + implementation 'com.android.billingclient:billing-ktx:5.0.0' - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1' implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"