File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ plugins {
99val VERSION_NAME : String by project
1010
1111android {
12- compileSdk = 33
12+ compileSdk = 34
1313
1414 defaultConfig {
1515 multiDexEnabled = true
1616 minSdk = 16
17- targetSdk = 33
17+ targetSdk = 34
1818
1919 testInstrumentationRunner = " android.support.test.runner.AndroidJUnitRunner"
2020 consumerProguardFiles(" proguard-consumer-rules.pro" )
@@ -29,7 +29,6 @@ android {
2929 }
3030 }
3131 compileOptions {
32- isCoreLibraryDesugaringEnabled = true
3332 sourceCompatibility = JavaVersion .VERSION_1_8
3433 targetCompatibility = JavaVersion .VERSION_1_8
3534 }
@@ -39,12 +38,10 @@ android {
3938}
4039
4140dependencies {
42- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.2" )
43-
4441 implementation(" com.segment.analytics.kotlin:android:1.16.3" )
4542 implementation(" androidx.multidex:multidex:2.0.1" )
4643
47- implementation(" androidx.core:core-ktx:1.8.0 " )
44+ implementation(" androidx.core:core-ktx:1.13.1 " )
4845 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
4946
5047 implementation(" androidx.lifecycle:lifecycle-process:2.4.1" )
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" com.segment.analytics.kotlin.destinations.amplitude" >
4-
4+ < uses-permission android : name = " android.permission.POST_NOTIFICATIONS " />
55</manifest >
You can’t perform that action at this time.
0 commit comments