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:
-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
}