Skip to content

Commit 94055b5

Browse files
committed
Added thread provisioning support in library.
1 parent 4103281 commit 94055b5

File tree

9 files changed

+889
-177
lines changed

9 files changed

+889
-177
lines changed

provisioning/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ allprojects {
1818
}
1919

2020
android {
21-
compileSdkVersion 33
22-
buildToolsVersion "30.0.3"
21+
compileSdkVersion 34
2322

2423
defaultConfig {
2524
minSdkVersion 23
26-
targetSdkVersion 33
25+
targetSdkVersion 34
2726

2827
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2928
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)