Minor code improvement

This commit is contained in:
Naveen Singh 2024-09-18 14:28:21 +05:30
parent 51f0669e9f
commit 104087e08c
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B
2 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,9 @@ import okhttp3.Response
import org.fossify.commons.FossifyApp import org.fossify.commons.FossifyApp
class App : FossifyApp() { class App : FossifyApp() {
override val isAppLockFeatureAvailable = true
override fun onCreate() { override fun onCreate() {
super.onCreate() super.onCreate()
Reprint.initialize(this) Reprint.initialize(this)

View file

@ -11,7 +11,7 @@ exif = "1.0.1"
#Room #Room
room = "2.6.1" room = "2.6.1"
#Fossify #Fossify
commons = "45f8e23a33" commons = "d25611c7d4"
#Gradle4 #Gradle4
gradlePlugins-agp = "8.5.0" gradlePlugins-agp = "8.5.0"
#Other #Other