Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
set screenOn as false
Browse files Browse the repository at this point in the history
  • Loading branch information
kolserdav committed Aug 31, 2023
1 parent 61c2095 commit 9d698ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.kolserdav.ana"
minSdk 21
targetSdk 33
versionCode 138
versionName "1.38"
versionCode 139
versionName "1.39"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/java/com/kolserdav/ana/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public AppInterface() {
public class Config {

// FIXME set false for production
public static final Boolean screenOn = true;
public static final Boolean screenOn = false;

// Dependency packages/app/types/interfaces.ts.CHECK_URL_PATH
public static final String CHECK_URL_PATH = "/api/check";
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/139.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed some bugs

0 comments on commit 9d698ce

Please sign in to comment.