Skip to content

Commit

Permalink
Published 1.2.0 with Custom Lint to replace Toast with ToastHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
niharika8059 committed Oct 21, 2020
1 parent 7dc1c1a commit 4824be7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .idea/compiler.xml

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

3 changes: 2 additions & 1 deletion .idea/gradle.xml

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

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

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

5 changes: 1 addition & 4 deletions .idea/misc.xml

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

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ dependencies {
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation project(path: ':toasthandler')
implementation "com.toastfix:toastcompatwrapper:1.2.0"
}
2 changes: 1 addition & 1 deletion toasthandler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish {

def groupProjectID = 'com.toastfix'
def artifactProjectID = 'toastcompatwrapper'
def publishVersionID = '1.1.1'
def publishVersionID = '1.2.0'

userOrg = '{userName}'
repoName = '{repoName}'
Expand Down

0 comments on commit 4824be7

Please sign in to comment.