Skip to content

Commit 597f2de

Browse files
committed
show also Android API level
1 parent 647d619 commit 597f2de

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/SetPasswordActivity.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,18 +124,16 @@ public void onClick(View view)
124124
{
125125
githash_text.setText("build: ????????");
126126
}
127-
catch(Exception e)
127+
catch(Exception ignored)
128128
{
129-
130129
}
131130

132131
try
133132
{
134-
githash_text.setText("build: " + BuildConfig.GitHash);
133+
githash_text.setText("build: " + BuildConfig.GitHash + "\n" + "API: " + Build.VERSION.SDK_INT + " ");
135134
}
136-
catch(Exception e)
135+
catch(Exception ignored)
137136
{
138-
139137
}
140138
}
141139

0 commit comments

Comments
 (0)