File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ subprojects {
4646
4747ext {
4848 minSdkVersion = 21
49+ netceteraMinSdkVersion = 24
4950 targetSdkVersion = 36
5051 compileSdkVersion = 36
5152
8586 libphonenumberVersion = ' 9.0.19'
8687 zxingVersion = ' 3.5.4'
8788 jjwtVersion = ' 0.13.0'
88- bouncyCastleVersion = ' 1.79'
8989 slf4jVersion = ' 1.7.36'
9090
9191 netcetera3dsSdkVersion = ' 2.5.3.1'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212
1313 defaultConfig {
1414 applicationId " com.processout.example"
15- minSdk rootProject. ext. minSdkVersion
15+ minSdk rootProject. ext. netceteraMinSdkVersion
1616 targetSdk rootProject. ext. targetSdkVersion
1717 versionCode generateVersionCode()
1818 versionName rootProject. ext. publishVersion
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
2828 }
2929
3030 defaultConfig {
31- minSdk rootProject. ext. minSdkVersion
31+ minSdk rootProject. ext. netceteraMinSdkVersion
3232 targetSdk rootProject. ext. targetSdkVersion
3333 setBuildConfig(it)
3434 consumerProguardFiles ' consumer-rules.pro' , ' netcetera-consumer-rules.pro'
@@ -138,6 +138,5 @@ preBuild.dependsOn afterKeepSecrets
138138
139139dependencies {
140140 api fileTree(dir : ' libs' , include : [' *.jar' ])
141- implementation " org.bouncycastle:bcprov-jdk15to18:$bouncyCastleVersion "
142141 implementation " org.slf4j:slf4j-api:$slf4jVersion "
143142}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ android {
1818 compileSdk = rootProject. ext. compileSdkVersion
1919
2020 defaultConfig {
21- minSdk rootProject. ext. minSdkVersion
21+ minSdk rootProject. ext. netceteraMinSdkVersion
2222 targetSdk rootProject. ext. targetSdkVersion
2323 setBuildConfig(it)
2424 consumerProguardFiles ' consumer-rules.pro'
You can’t perform that action at this time.
0 commit comments