File tree Expand file tree Collapse file tree 7 files changed +16
-13
lines changed
Expand file tree Collapse file tree 7 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ affectedTestConfiguration {
1313android {
1414 namespace " com.dropbox.detector.sample"
1515
16- compileSdkVersion 34
17- buildToolsVersion " 30.0.2"
16+ compileSdk 34
1817
1918 defaultConfig {
2019 applicationId " com.dropbox.detector.sample"
Original file line number Diff line number Diff line change 88 android : roundIcon =" @mipmap/ic_launcher_round"
99 android : supportsRtl =" true"
1010 android : theme =" @style/Theme.Sample" >
11- <activity android : name =" com.dropbox.detector.sample.MainActivity" >
11+ <activity android : name =" com.dropbox.detector.sample.MainActivity"
12+ android : exported =" true" >
1213 <intent-filter >
1314 <action android : name =" android.intent.action.MAIN" />
1415
Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ affectedTestConfiguration {
1111}
1212
1313android {
14- compileSdkVersion 30
15- buildToolsVersion " 30.0.2"
14+ namespace " com.dropbox.detector.sample_core"
15+
16+ compileSdk 34
1617
1718 defaultConfig {
1819 minSdkVersion 23
19- targetSdkVersion 30
20+ targetSdkVersion 34
2021 versionCode 1
2122 versionName " 1.0"
2223
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.dropbox.detector.sample_core" >
2+ <manifest >
43
54</manifest >
65
Original file line number Diff line number Diff line change @@ -6,4 +6,8 @@ plugins {
66java {
77 sourceCompatibility = JavaVersion .VERSION_11
88 targetCompatibility = JavaVersion .VERSION_11
9+ }
10+
11+ kotlin {
12+ jvmToolchain(11 )
913}
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ affectedTestConfiguration {
1010}
1111
1212android {
13- compileSdkVersion 30
14- buildToolsVersion " 30.0.2 "
13+ namespace " com.dropbox.detector.sample_util "
14+ compileSdk 34
1515
1616 defaultConfig {
1717 minSdkVersion 23
18- targetSdkVersion 30
18+ targetSdkVersion 34
1919 versionCode 1
2020 versionName " 1.0"
2121
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.dropbox.detector.sample_util" >
2+ <manifest >
43
54</manifest >
You can’t perform that action at this time.
0 commit comments