File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ buildscript {
2626 }
2727 }
2828 dependencies {
29- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10 " )
30- classpath(" org.jetbrains.kotlin:kotlin-serialization:1.9.10 " )
31- classpath(" com.android.tools.build:gradle:7.0.4 " )
29+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 " )
30+ classpath(" org.jetbrains.kotlin:kotlin-serialization:1.8.0 " )
31+ classpath(" com.android.tools.build:gradle:7.4.2 " )
3232 }
3333}
3434
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ android {
1212 compileSdk = 33
1313 buildToolsVersion = " 33.0.0"
1414
15+ namespace = " com.segment.analytics.kotlin.destinations.consent.onetrust"
16+
1517 defaultConfig {
1618 multiDexEnabled = true
1719 minSdk = 24
Original file line number Diff line number Diff line change 11<?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" >
43
54</manifest >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66android {
77 compileSdk = 33
8-
8+ namespace = " com.segment.analytics.destinations.mydestination.testapp "
99 defaultConfig {
1010 applicationId = " com.segment.analytics.destinations.mydestination.testapp"
1111 minSdk = 24
Original file line number Diff line number Diff line change 11<?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" >
43
54
65 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
76 <uses-permission android : name =" android.permission.INTERNET" />
7+ <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
88
99 <application
1010 android : allowBackup =" true"
You can’t perform that action at this time.
0 commit comments