Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/cert4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnau Mora <arnyminer.z@gmail.com>2022-10-07 18:06:58 +0300
committerRicki Hirner <hirner@bitfire.at>2022-10-07 18:08:13 +0300
commit2b73cbff101298723b7f89dfbec4bd5b6f423738 (patch)
tree8cc52c3af6e0823a5f92615e10817d21aaca3092
parentd4f86cb4362e3e22c83eb241b03af352d0869f13 (diff)
Moved `namespace` to `android`
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 09c4980..c38e842 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,12 +28,12 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'org.jetbrains.dokka'
android {
+ namespace "at.bitfire.cert4android"
+
compileSdkVersion 33
buildToolsVersion '33.0.0'
defaultConfig {
- namespace "at.bitfire.cert4android"
-
minSdkVersion 21 // Android 5
targetSdkVersion 32 // Android 12v2
}