We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c31e5 commit 74d12c0Copy full SHA for 74d12c0
public/project-template.zip
-182 Bytes
src/content/render.js
@@ -58,7 +58,7 @@ const projectConfigs = {
58
appName: '',
59
moduleDescription: '',
60
appMinApi: 27,
61
- appTargetApi: 32,
+ appTargetApi: 33,
62
xposedMinApi: 93,
63
moduleCompoment: 0,
64
targetXposedPlatform: 0,
src/transaction.js
@@ -150,13 +150,13 @@ const transaction = {
150
type: 'implementation',
151
groupId: 'androidx.core',
152
artifactId: 'core-ktx',
153
- version: '1.8.0'
+ version: '1.9.0'
154
},
155
appcompat: {
156
157
groupId: 'androidx.appcompat',
158
artifactId: 'appcompat',
159
- version: '1.4.2'
+ version: '1.5.1'
160
161
material: {
162
0 commit comments