Bugfix/revert loggin proguard rule (#1028)

* reverted log changes

* version code 1.2.6

* version code 1.3.0

* version code 1.2.6

* performnce log disable

* minor changes
This commit is contained in:
Satish Prasad
2020-09-15 15:08:06 +05:30
committed by GitHub Enterprise
parent 7fb7f7c935
commit e10e6de287
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ plugins {
id('com.google.firebase.firebase-perf')
}
def VERSION_NAME = "1.2.6"
def VERSION_NAME = "1.2.7"
android {
compileSdkVersion 29

View File

@@ -17,7 +17,7 @@
-keepattributes SourceFile,LineNumberTable
#remove logs
-assumenosideeffects class android.util.Log { *; }
#-assumenosideeffects class android.util.Log { *; }
-assumenosideeffects class java.io.PrintStream {
public void println(%);

View File

@@ -237,7 +237,7 @@
android:value="false" />
<meta-data
android:name="firebase_performance_logcat_enabled"
android:value="true" />
android:value="false" />
<!-- Branch init -->
<meta-data