Skip to content

Commit 4643648

Browse files
My Dialog Library
1 parent d3ad7bf commit 4643648

9 files changed

Lines changed: 3 additions & 2 deletions

File tree

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DialogGit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
compileSdk 33
1010

1111
defaultConfig {
12-
minSdk 24
12+
minSdk 21
1313
targetSdk 33
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation 'androidx.appcompat:appcompat:1.6.1'
4141
implementation 'com.google.android.material:material:1.8.0'
4242
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
43-
implementation project(path: ':DialogGit')
43+
implementation 'com.github.professorDeveloper:Dialog-Library:1.0.2'
4444
testImplementation 'junit:junit:4.13.2'
4545
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4646
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

image/image.png

74.1 KB
Loading

image/image1.png

59.6 KB
Loading

image/image2.png

88.5 KB
Loading

image/image3.png

73.5 KB
Loading

image/image4.png

87.3 KB
Loading

image/untitled.gif

1.66 MB
Loading

0 commit comments

Comments
 (0)