Skip to content

Commit

Permalink
Merge pull request #6 from FlodCoding/shrink_fuc_extention
Browse files Browse the repository at this point in the history
Restore fuc、ShrinkShape、setRadius
  • Loading branch information
FlodCoding authored Sep 6, 2020
2 parents 5993968 + afc9498 commit 38b0567
Show file tree
Hide file tree
Showing 19 changed files with 886 additions and 604 deletions.
18 changes: 18 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/dictionaries/flod.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Loadingbutton/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
compileSdkVersion 29


defaultConfig {
minSdkVersion 17
targetSdkVersion 28
versionCode 105
versionName "1.0.5"
targetSdkVersion 29
versionCode 106
versionName "1.0.6"
}

buildTypes {
Expand All @@ -23,8 +23,8 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

compileOnly 'androidx.appcompat:appcompat:1.1.0'
api 'com.github.FlodCoding:DrawableTextView:1.0.3'
compileOnly 'androidx.appcompat:appcompat:1.2.0'
api 'com.github.FlodCoding:DrawableTextView:1.0.6'



Expand Down
Loading

0 comments on commit 38b0567

Please # to comment.