aboutsummaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index a0781d7..5836fdd 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -39,6 +39,7 @@ def gitCommit = { ->
}
android {
+ namespace 'net.taler.wallet'
compileSdkVersion 33
buildToolsVersion "$build_tools_version"
@@ -111,7 +112,6 @@ android {
abortOnError true
ignoreWarnings false
}
- namespace 'net.taler.wallet'
}
dependencies {