Skip to content

Commit

Permalink
Release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed Nov 28, 2016
1 parent 30690bf commit 7460160
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android:
components:
- tools
- platform-tools
- build-tools-25.0.0
- build-tools-25.0.1
- android-25
- add-on
- extra
Expand Down
2 changes: 1 addition & 1 deletion aFWall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 15902
versionName "2.9.1-BETA"
versionName "2.9.1"
//buildConfigField 'boolean', 'DONATE', 'true'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,12 @@ private void closeSession() {
new Thread(new Runnable() {
@Override
public void run() {
Log.i(Api.TAG, "Cleanup session");
if(rootSession != null) {
rootSession.close();
}
}
});
}).start();
Api.cleanupUid();
}

Expand Down

0 comments on commit 7460160

Please sign in to comment.