Skip to content

Commit

Permalink
1.1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirosakiMio committed Sep 12, 2024
1 parent de1625c commit 654afca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {
applicationId "com.tungsten.fcl"
minSdk 26
targetSdk 34
versionCode 1178
versionName "1.1.7.8"
versionCode 1179
versionName "1.1.7.9"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion FCL/src/main/java/com/tungsten/fcl/FCLApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void onCreate() {
// enabledStrictMode();
super.onCreate();
this.registerActivityLifecycleCallbacks(this);
PerfUtil.install();
// PerfUtil.install();
}

public static Activity getCurrentActivity() {
Expand Down

0 comments on commit 654afca

Please sign in to comment.