Skip to content

Commit 4d36bd5

Browse files
committed
Now support 14+
1 parent 5e4f3ae commit 4d36bd5

17 files changed

Lines changed: 671 additions & 15 deletions

File tree

.idea/codeStyles/Project.xml

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

LoadingAnimation-Example/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55
defaultConfig {
66
applicationId "com.sudoajay.mymodule"
7-
minSdkVersion 16
8-
targetSdkVersion 28
7+
minSdkVersion 14
8+
targetSdkVersion 29
99
versionCode 1
1010
versionName "1.0"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -21,10 +21,10 @@ android {
2121

2222
dependencies {
2323
implementation fileTree(include: ['*.jar'], dir: 'libs')
24-
implementation 'androidx.appcompat:appcompat:1.0.0'
24+
implementation 'androidx.appcompat:appcompat:1.1.0'
2525
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
2626
testImplementation 'junit:junit:4.12'
27-
androidTestImplementation 'androidx.test:runner:1.1.0'
28-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
27+
androidTestImplementation 'androidx.test:runner:1.2.0'
28+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
2929
implementation project(':LoadingAnimation')
3030
}

LoadingAnimation/.idea/codeStyles/Project.xml

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

LoadingAnimation/.idea/gradle.xml

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

LoadingAnimation/.idea/misc.xml

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

LoadingAnimation/.idea/modules.xml

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

LoadingAnimation/.idea/runConfigurations.xml

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

LoadingAnimation/.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.

0 commit comments

Comments
 (0)