File tree Expand file tree Collapse file tree 6 files changed +7
-9
lines changed Expand file tree Collapse file tree 6 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ android {
3232 buildFeatures {
3333 viewBinding true
3434 }
35+ namespace ' com.telemetrydeck.sdk.app'
3536}
3637
3738dependencies {
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.telemetrydeck.sdk.app" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43 <uses-permission android : name =" android.permission.INTERNET" />
54
65 <application
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ buildscript {
66 maven { url ' https://jitpack.io' }
77 }
88 dependencies {
9- classpath " com.android.tools.build:gradle:7.0.4 "
10- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10 "
9+ classpath ' com.android.tools.build:gradle:7.4.2 '
10+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21 '
1111
1212 // NOTE: Do not place your application dependencies here; they belong
1313 // in the individual module build.gradle files
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.2 -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 @@ -11,8 +11,6 @@ android {
1111 defaultConfig {
1212 minSdk 21
1313 targetSdk 31
14- versionCode 1
15- versionName " 1.0"
1614
1715 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1816 consumerProguardFiles " consumer-rules.pro"
@@ -36,6 +34,7 @@ android {
3634 packagingOptions {
3735 resources. excludes + = " DebugProbesKt.bin"
3836 }
37+ namespace ' com.telemetrydeck.sdk'
3938}
4039
4140def ktor_version = ' 1.6.7'
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.telemetrydeck.sdk" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43
54 <uses-permission android : name =" android.permission.INTERNET" />
65 <application >
You can’t perform that action at this time.
0 commit comments