You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ public interface FirebaseAppDistribution {
177
177
* @param screenshot URI to a bitmap containing a screenshot that will be included with the
Copy file name to clipboardExpand all lines: firebase-appdistribution/test-app/src/main/java/com/googletest/firebase/appdistribution/testapp/MainActivity.kt
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ class MainActivity : AppCompatActivity() {
46
46
lateinitvar feedbackTriggerMenu:TextInputLayout
47
47
48
48
var updateTask:Task<Void>?=null
49
-
var release:AppDistributionRelease?=null
50
49
51
50
overridefunonCreate(savedInstanceState:Bundle?) {
52
51
super.onCreate(savedInstanceState)
@@ -67,6 +66,10 @@ class MainActivity : AppCompatActivity() {
67
66
signInStatus = findViewById(R.id.sign_in_status)
68
67
progressBar = findViewById(R.id.progress_bar)
69
68
69
+
if (Build.VERSION.SDK_INT>=Build.VERSION_CODES.TIRAMISU) {
0 commit comments