From ebbbafeb990e0b9cecb97b1933aa54e55cb21731 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Mon, 17 Apr 2023 07:45:05 +0800 Subject: [PATCH] Update project dependencies version --- src/transaction.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/transaction.js b/src/transaction.js index 6137205..d0d5307 100644 --- a/src/transaction.js +++ b/src/transaction.js @@ -150,19 +150,19 @@ const transaction = { type: 'implementation', groupId: 'androidx.core', artifactId: 'core-ktx', - version: '1.9.0' + version: '1.10.0' }, appcompat: { type: 'implementation', groupId: 'androidx.appcompat', artifactId: 'appcompat', - version: '1.6.0' + version: '1.6.1' }, material: { type: 'implementation', groupId: 'com.google.android.material', artifactId: 'material', - version: '1.7.0' + version: '1.8.0' }, constraintlayout: { type: 'implementation',