Skip to content

Commit

Permalink
🚑 Fix library package name
Browse files Browse the repository at this point in the history
  • Loading branch information
yagmurerdogan committed Oct 26, 2022
1 parent c2afd17 commit 75be2b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import android.graphics.Color
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import com.yagmurerdogan.toastic.databinding.ActivityMainBinding
import com.yagmurerdogan.toasticlib.Toastic

class MainActivity : AppCompatActivity() {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.yagmurerdogan.toastic
package com.yagmurerdogan.toasticlib

import android.content.Context
import android.view.LayoutInflater
Expand All @@ -7,6 +7,7 @@ import android.view.animation.AnimationUtils
import android.widget.Toast
import androidx.annotation.IntDef
import androidx.core.content.res.ResourcesCompat
import com.yagmurerdogan.toastic.R
import com.yagmurerdogan.toastic.databinding.ToasticLayoutBinding

class Toastic(context: Context) : Toast(context) {
Expand Down

0 comments on commit 75be2b5

Please sign in to comment.