Skip to content

Commit

Permalink
UAV Radar pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyDude1994 committed Jun 2, 2019
1 parent d9ff2b5 commit 41fdd9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "crazydude.com.telemetry"
minSdkVersion 16
targetSdkVersion 28
versionCode 13
versionName "1.4"
versionCode 14
versionName "1.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PreferenceManager(context: Context) {
fun isLoggingEnabled(): Boolean {
return sharedPreferences.getBoolean("logging_enabled", true)
}

fun isLoggingSet(): Boolean {
return sharedPreferences.contains("logging_enabled")
}
Expand Down

0 comments on commit 41fdd9b

Please sign in to comment.