Skip to content

Commit

Permalink
fix(category): changed capture log and gradle minSdk
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Del Pino <idelpino@teclib.com>
  • Loading branch information
Ivan Del Pino authored and rafaelje committed Sep 26, 2018
1 parent 9ddf0a3 commit 843aeaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {

defaultConfig {
applicationId "org.flyve.example_java"
minSdkVersion 21
minSdkVersion 16
targetSdkVersion 26
versionCode 1
versionName "1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public String getLocalIpV6() {
}
}
} catch (Exception ex) {
Log.e("IP Address", ex.toString());
FILog.e(ex.getMessage());
}
return "N/A";
}
Expand Down

0 comments on commit 843aeaf

Please sign in to comment.