Skip to content

Commit

Permalink
Changed:
Browse files Browse the repository at this point in the history
- The possible class conflict should be fixed now
  • Loading branch information
Ido-Barnea committed Apr 2, 2022
1 parent ef0e4bf commit d483965
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("com.barnea.library.test", appContext.packageName)
assertEquals("com.barnea.dialoger.test", appContext.packageName)
}
}
1 change: 0 additions & 1 deletion Dialoger/src/main/java/com/barnea/dialoger/Dialoger.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import android.view.WindowManager
import android.widget.LinearLayout
import android.widget.ProgressBar
import android.widget.TextView
import com.barnea.library.R

class Dialoger(
context_: Context,
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
compileSdk 31

defaultConfig {
applicationId "com.barnea.dialogalerter"
applicationId "com.barnea.dialoger"
minSdk 21
targetSdk 31
versionCode 1
Expand Down

0 comments on commit d483965

Please sign in to comment.