File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
java/com/segment/analytics/kotlin/destinations/consent Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 22
22
restore-keys : |
23
23
${{ runner.os }}-gradle-core-
24
24
- name : Publush snapshot to sonatype
25
- run : ./gradlew publishToSonatype -x lib:withJavaDoc
25
+ run : ./gradlew publishToSonatype
26
26
env :
27
27
SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
28
28
SIGNING_KEY_PASSWORD : ${{ secrets.SIGNING_KEY_PASSWORD }}
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ android {
12
12
compileSdk = 33
13
13
buildToolsVersion = " 33.0.0"
14
14
15
+ namespace = " com.segment.analytics.kotlin.destinations.consent"
16
+
15
17
defaultConfig {
16
18
multiDexEnabled = true
17
19
minSdk = 24
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.segment.analytics.kotlin.destinations.consent" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
4
3
5
4
</manifest >
Original file line number Diff line number Diff line change 1
1
package com.segment.analytics.kotlin.destinations.consent
2
-
3
2
object Constants {
4
3
const val EVENT_SEGMENT_CONSENT_PREFERENCE = " Segment Consent Preference"
5
4
const val CONSENT_SETTINGS_KEY = " consentSettings"
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ plugins {
6
6
android {
7
7
compileSdk = 33
8
8
9
+ namespace = " com.segment.analytics.destinations.mydestination.testapp"
10
+
9
11
defaultConfig {
10
12
applicationId = " com.segment.analytics.destinations.mydestination.testapp"
11
13
minSdk = 24
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.segment.analytics.destinations.mydestination.testapp" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
4
3
5
4
<application
6
5
android : allowBackup =" true"
You can’t perform that action at this time.
0 commit comments