diff --git a/public/project-template.zip b/public/project-template.zip index 445fd66..f3e0b29 100644 Binary files a/public/project-template.zip and b/public/project-template.zip differ diff --git a/src/transaction.js b/src/transaction.js index fb646d6..a9d925f 100644 --- a/src/transaction.js +++ b/src/transaction.js @@ -150,7 +150,7 @@ const transaction = { type: 'implementation', groupId: 'androidx.core', artifactId: 'core-ktx', - version: '1.10.0' + version: '1.10.1' }, appcompat: { type: 'implementation', @@ -162,7 +162,7 @@ const transaction = { type: 'implementation', groupId: 'com.google.android.material', artifactId: 'material', - version: '1.8.0' + version: '1.9.0' }, constraintlayout: { type: 'implementation',