mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
Minor code improvement
This commit is contained in:
parent
51f0669e9f
commit
104087e08c
2 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,9 @@ import okhttp3.Response
|
|||
import org.fossify.commons.FossifyApp
|
||||
|
||||
class App : FossifyApp() {
|
||||
|
||||
override val isAppLockFeatureAvailable = true
|
||||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
Reprint.initialize(this)
|
||||
|
|
|
@ -11,7 +11,7 @@ exif = "1.0.1"
|
|||
#Room
|
||||
room = "2.6.1"
|
||||
#Fossify
|
||||
commons = "45f8e23a33"
|
||||
commons = "d25611c7d4"
|
||||
#Gradle4
|
||||
gradlePlugins-agp = "8.5.0"
|
||||
#Other
|
||||
|
|
Loading…
Reference in a new issue