File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
java/com/sunilkumar/toastproject
toasterlibrary/src/main/java/com/sunilk9211/toastit Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ android {
7
7
compileSdk 32
8
8
9
9
defaultConfig {
10
- applicationId " com.sunilk9211.toastit "
10
+ applicationId " com.sunilkumar.toastproject "
11
11
minSdk 23
12
12
targetSdk 32
13
13
versionCode 1
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
- package =" com.sunilk9211.toastit " >
4
+ package =" com.sunilkumar.toastproject " >
5
5
6
6
<application
7
7
android : allowBackup =" true"
14
14
android : theme =" @style/Theme.ToastProject"
15
15
tools : targetApi =" 31" >
16
16
<activity
17
- android : name =" com.sunilkumar.toastit.com.sunilk9211.toastit .MainActivity"
17
+ android : name =" com.sunilkumar.toastproject .MainActivity"
18
18
android : exported =" true" >
19
19
<intent-filter >
20
20
<action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package com.sunilkumar.toastproject
2
2
3
3
import android.os.Bundle
4
4
import androidx.appcompat.app.AppCompatActivity
5
- import com.sunilk9211.toastit.R
6
5
import com.sunilk9211.toastit.ToastIt
7
6
8
7
class MainActivity : AppCompatActivity () {
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import android.view.WindowManager
13
13
import android.widget.TextView
14
14
import androidx.cardview.widget.CardView
15
15
import androidx.fragment.app.DialogFragment
16
- import com.sunilkumar.toasterlibrary.R
17
16
import kotlinx.coroutines.CoroutineScope
18
17
import kotlinx.coroutines.Dispatchers
19
18
import kotlinx.coroutines.delay
You can’t perform that action at this time.
0 commit comments