mirror of
https://github.com/wismna/DoNext.git
synced 2025-12-06 00:02:40 -05:00
Add a FAB to create a task
Add bottom sheet to display the new task form Set up the tasks list screen to display tasks Implement a working migration from the old Donext database
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdk 35
|
||||
compileSdk 36
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.wismna.geoffroy.donext"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 35
|
||||
targetSdkVersion 36
|
||||
versionCode 33
|
||||
versionName "1.12"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user