0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Change package id to net.thunderbird.android

This commit is contained in:
Wolf-Martell Montwé 2024-07-23 12:12:58 +02:00
parent e8aba06427
commit 5dc637aed3
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72

View File

@ -39,8 +39,8 @@ android {
namespace = "net.thunderbird.android"
defaultConfig {
applicationId = "net.thunderbird.placeholder"
testApplicationId = "net.thunderbird.placeholder.tests"
applicationId = "net.thunderbird.android"
testApplicationId = "net.thunderbird.android.tests"
versionCode = 1
versionName = "0.1"