mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-21 20:19:23 +01:00
Upgrade gradle to 7.5
This commit is contained in:
parent
1331d2ed1c
commit
3005ab7904
2 changed files with 3 additions and 2 deletions
|
@ -154,7 +154,7 @@ public class DrugListActivity extends AppCompatActivity {
|
||||||
Log.i(TAG, "Launch tutorial");
|
Log.i(TAG, "Launch tutorial");
|
||||||
startActivity(new Intent(this, WelcomeActivity.class));
|
startActivity(new Intent(this, WelcomeActivity.class));
|
||||||
// }
|
// }
|
||||||
checkPermissionRequest();
|
// checkPermissionRequest();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -319,6 +319,7 @@ public class DrugListActivity extends AppCompatActivity {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
checkPermissionRequest();
|
||||||
constructDrugsList();
|
constructDrugsList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ buildscript {
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.3.1'
|
classpath 'com.android.tools.build:gradle:7.4.2'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
Loading…
Reference in a new issue