Skip to content

Commit 426ae29

Browse files
update to minSDK 23
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent a7b778b commit 426ae29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ android {
143143
}
144144

145145
defaultConfig {
146-
minSdkVersion 21
146+
minSdkVersion 23
147147

148148
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
149149
testInstrumentationRunnerArgument "TEST_SERVER_URL", "${NC_TEST_SERVER_BASEURL}"

sample_client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
}
3939

4040
defaultConfig {
41-
minSdkVersion 21
41+
minSdkVersion 23
4242
targetSdkVersion 36
4343

4444
multiDexEnabled = true

0 commit comments

Comments
 (0)