Skip to content

Commit

Permalink
removed error dialog classes
Browse files Browse the repository at this point in the history
  • Loading branch information
andob committed May 10, 2021
1 parent 1d99507 commit bf8e861
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 562 deletions.
3 changes: 2 additions & 1 deletion EventBus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ apply plugin: 'java'
archivesBaseName = 'eventbus'
group = 'org.greenrobot'
version = '3.2.0'
sourceCompatibility = 1.7
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
compileOnly 'com.google.android:android:4.1.1.4'
Expand Down
82 changes: 0 additions & 82 deletions EventBus/src/org/greenrobot/eventbus/util/ErrorDialogConfig.java

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bf8e861

Please sign in to comment.