Skip to content

Commit

Permalink
Prepare for 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
varunest committed Jul 9, 2022
1 parent 4920eae commit 5321f24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ and then add dependency

```groovy
dependencies {
implementation 'com.github.varunest:TheGlowingLoader:1.0.6'
implementation 'com.github.varunest:TheGlowingLoader:1.0.7'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation project(':theglowingloader')
// implementation 'com.github.varunest:TheGlowingLoader:1.0.6'
//implementation project(':theglowingloader')
implementation 'com.github.varunest:TheGlowingLoader:1.0.7'
}
2 changes: 0 additions & 2 deletions theglowingloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 6
versionName "1.0.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
Expand Down

0 comments on commit 5321f24

Please sign in to comment.