Skip to content

Commit

Permalink
Add warning before update
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Jul 31, 2024
1 parent 366e30e commit 0506d2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/kotlin/com/looker/droidify/ui/ScreenFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import androidx.fragment.app.Fragment
import com.google.android.material.appbar.MaterialToolbar
import com.looker.droidify.databinding.FragmentBinding


// TODO: When clicking on install notification app crashes
open class ScreenFragment : Fragment() {
private var _fragmentBinding: FragmentBinding? = null
val fragmentBinding get() = _fragmentBinding!!
Expand Down
1 change: 1 addition & 0 deletions build-logic/structure/src/main/kotlin/DefaultConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ object DefaultConfig {
const val appId = "com.looker.droidify"
const val compileSdk = 34
const val minSdk = 23
// Check for TODOs before update
const val versionCode = 630
const val versionName = "0.6.3"
}

0 comments on commit 0506d2a

Please sign in to comment.