Skip to content

Commit dbb4b60

Browse files
author
Uglev Andrey
committed
Min Version to 16
1 parent eb4bf6e commit dbb4b60

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

.idea/misc.xml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ android {
99

1010
defaultConfig {
1111
applicationId "com.detmir.kkppt3"
12-
minSdkVersion 21
12+
minSdkVersion 16
1313
targetSdkVersion 29
1414
versionCode 100050
1515
versionName "1.0.5"
1616

17+
multiDexEnabled true
1718
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1819
}
1920

@@ -57,4 +58,7 @@ dependencies {
5758
androidTestImplementation("com.kaspersky.android-components:kaspresso:1.2.0")
5859
androidTestImplementation "org.assertj:assertj-core:3.19.0"
5960

61+
62+
implementation("androidx.multidex:multidex:2.0.1")
63+
6064
}

recycli/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
compileSdkVersion 30
3434

3535
defaultConfig {
36-
minSdkVersion 21
36+
minSdkVersion 16
3737
targetSdkVersion 30
3838
versionCode 2
3939
versionName "2"

recycli/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ POM_NAME=Recycli
22
POM_ARTIFACT_ID=adapters
33
POM_PACKAGING=aar
44
GROUP=com.detmir.recycli
5-
VERSION_NAME=1.0.7
5+
VERSION_NAME=1.0.8
66

77
POM_DESCRIPTION=Android library for RecycleView
88
POM_INCEPTION_YEAR=2021

recycliannotation/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
POM_NAME=RecycliAnnotations
22
POM_ARTIFACT_ID=annotations
33
GROUP=com.detmir.recycli
4-
VERSION_NAME=1.0.7
4+
VERSION_NAME=1.0.8
55

66
POM_DESCRIPTION=Annotations librrary for Recycli
77
POM_INCEPTION_YEAR=2021

recycliprocessor/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
POM_NAME=RecycliProcessor
22
POM_ARTIFACT_ID=processors
33
GROUP=com.detmir.recycli
4-
VERSION_NAME=1.0.7
4+
VERSION_NAME=1.0.8
55

66
POM_DESCRIPTION=Annotations librrary for Recycli
77
POM_INCEPTION_YEAR=2021

ui/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "29.0.3"
99

1010
defaultConfig {
11-
minSdkVersion 21
11+
minSdkVersion 16
1212
targetSdkVersion 29
1313
versionCode 1
1414
versionName "1.0"

0 commit comments

Comments
 (0)