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' apply plugin: 'com.android.application'
android { android {
namespace 'net.crystalyx.sharewithtitle' namespace = 'net.crystalyx.sharewithtitle'
compileSdk 34 compileSdk = 34
defaultConfig { defaultConfig {
applicationId = "net.crystalyx.sharewithtitle" applicationId = "net.crystalyx.sharewithtitle"
minSdkVersion = 11 minSdkVersion = 11