Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aefyr committed Aug 16, 2019
1 parent 2cf8da2 commit dcb3293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.aefyr.sai"
minSdkVersion 21
targetSdkVersion 28
versionCode 29
versionName "1.28"
versionCode 30
versionName "2.0"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private void fetchPackages() {
try {
packageInfo = pm.getPackageInfo(applicationInfo.packageName, 0);
} catch (Exception e) {
Logs.wtf(TAG, e);
Log.wtf(TAG, e);
Logs.logException(e);
continue;
}
Expand Down

0 comments on commit dcb3293

Please sign in to comment.