Download notification created and Profile added in quick links

This commit is contained in:
2025-12-02 17:06:49 +05:30
parent 992092052a
commit 5d307607fd
8 changed files with 211 additions and 67 deletions

View File

@@ -34,6 +34,7 @@ android {
ndkVersion "27.0.12077973"
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
@@ -80,4 +81,6 @@ flutter {
source '../..'
}
dependencies {}
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB