Skip to content

Commit 21f8c47

Browse files
author
TutorialsAndroid
committed
Support For Older Versions Android Upto API 15
1 parent c174ed7 commit 21f8c47

File tree

13 files changed

+24
-241
lines changed

13 files changed

+24
-241
lines changed

.idea/assetWizardSettings.xml

Lines changed: 0 additions & 143 deletions
This file was deleted.

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/caches/gradle_models.ser

-123 KB
Binary file not shown.

.idea/gradle.xml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 84 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.5.1'
8-
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
7+
classpath 'com.android.tools.build:gradle:3.6.3'
8+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
99
}
1010
}
1111

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
# This option should only be used with decoupled projects. More details, visit
1313
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414
# org.gradle.parallel=true
15-
android.overridePathCheck=true
15+
android.overridePathCheck=true
16+
android.enableJetifier=true
17+
android.useAndroidX=true

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group='com.github.TutorialsAndroid'
44
android {
55
compileSdkVersion 29
66
defaultConfig {
7-
minSdkVersion 21
7+
minSdkVersion 15
88
targetSdkVersion 29
99
versionCode 1
1010
versionName "1.0.19"

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
compileSdkVersion 29
55
defaultConfig {
66
applicationId "com.developer.spoti.vspot"
7-
minSdkVersion 21
7+
minSdkVersion 15
88
targetSdkVersion 29
99
versionCode 1
1010
versionName "1.0.19"

0 commit comments

Comments
 (0)