mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
Add Current Version Name to settings
This commit is contained in:
parent
ceeba1ad15
commit
464b99473d
@ -15,6 +15,7 @@ import android.view.WindowManager
|
||||
import android.widget.*
|
||||
import androidx.fragment.app.DialogFragment
|
||||
import androidx.fragment.app.Fragment
|
||||
import com.looker.droidify.BuildConfig
|
||||
import com.looker.droidify.R
|
||||
import com.looker.droidify.content.Preferences
|
||||
import com.looker.droidify.utility.extension.resources.*
|
||||
@ -122,7 +123,7 @@ class SettingsFragment : ScreenFragment() {
|
||||
}
|
||||
addText(
|
||||
title = "Droid-ify",
|
||||
summary = "Iamlooker"
|
||||
summary = "v ${BuildConfig.VERSION_NAME}"
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user