Skip to content

Commit

Permalink
Adapt after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
adanski committed Sep 29, 2024
1 parent 644007b commit b21e868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdk 21
targetSdk 34
versionCode 179
versionName "7.3.0"
versionName "7.3.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void onFetchMyInfoSuccess(String name, String profileImageUrl, String ban
() -> {
EventBus.getDefault().post(new NewUserLoggedInEvent());
finish();
});
}, APIUtils.CLIENT_ID_KEY);
}

@Override
Expand Down

0 comments on commit b21e868

Please sign in to comment.