fix: 🐛 fix gradle deprecation
All checks were successful
apk / build (push) Successful in 1m27s

This commit is contained in:
Michel Roux 2025-02-08 15:33:15 +01:00
parent ab38b37d11
commit 43b946c6a7

View File

@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
namespace 'net.crystalyx.sharewithtitle'
compileSdk 34
namespace = 'net.crystalyx.sharewithtitle'
compileSdk = 34
defaultConfig {
applicationId = "net.crystalyx.sharewithtitle"
minSdkVersion = 11