File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/ka/enes/com/sample Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ android {
26
26
27
27
dependencies {
28
28
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 '
31
31
implementation project(' :fastdialog' )
32
32
}
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ public class MainActivity extends AppCompatActivity {
23
23
protected void onCreate (Bundle savedInstanceState ) {
24
24
super .onCreate (savedInstanceState );
25
25
setContentView (R .layout .activity_main );
26
+
26
27
}
27
28
public void progress (View view ){
28
29
FastDialog .p (this ).progressText ("Please Wait!" ).create ().show ();
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ buildscript {
8
8
}
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:3.6.1'
11
-
12
11
13
12
// NOTE: Do not place your application dependencies here; they belong
14
13
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments