chore: bump extension interface

This commit is contained in:
rebel onion 2025-05-14 22:35:50 -05:00
parent dec2ed7959
commit 7d0894cd92
6 changed files with 311 additions and 83 deletions

View file

@ -19,7 +19,7 @@ android {
targetSdk 35
versionCode((System.currentTimeMillis() / 60000).toInteger())
versionName "3.2.1"
versionCode 300200100
versionCode versionName.split("\\.").collect { it.toInteger() * 100 }.join("") as Integer
signingConfig signingConfigs.debug
}