Skip to content

Commit

Permalink
update: build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 31, 2024
1 parent 04a6248 commit ad03ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ buildscript {
}

tasks.register("clean", Delete::class) {
delete(rootProject.buildDir)
delete(rootProject.layout.buildDirectory)
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package com.frogobox.sdk.notification

/*
/**
* Created by Faisal Amir on 28/12/2020
* Notification Source Code
* -----------------------------------------
* Name : Muhammad Faisal Amir
* E-mail : [email protected]
Expand All @@ -12,6 +11,7 @@ package com.frogobox.sdk.notification
* All rights reserved
*
*/

interface FrogoNotifInboxStyleListener {

// Initialize for Inbox Style Add Line
Expand Down

0 comments on commit ad03ec0

Please sign in to comment.