Skip to content

Commit c76c7ee

Browse files
bug fixed
1 parent c26673e commit c76c7ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626

2727
dependencies {
2828
implementation fileTree(include: ['*.jar'], dir: 'libs')
29-
implementation 'androidx.appcompat:appcompat:1.1.0'
30-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
29+
implementation 'androidx.appcompat:appcompat:1.2.0'
30+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
3131
implementation project(':fastdialog')
3232
}

app/src/main/java/ka/enes/com/sample/MainActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class MainActivity extends AppCompatActivity {
2323
protected void onCreate(Bundle savedInstanceState) {
2424
super.onCreate(savedInstanceState);
2525
setContentView(R.layout.activity_main);
26+
2627
}
2728
public void progress(View view){
2829
FastDialog.p(this).progressText("Please Wait!").create().show();

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ buildscript {
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.6.1'
11-
1211

1312
// NOTE: Do not place your application dependencies here; they belong
1413
// in the individual module build.gradle files

0 commit comments

Comments
 (0)