Skip to content

Commit

Permalink
Small fix and release v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Feb 1, 2020
1 parent ae05954 commit 3e8e377
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MaterialDialogLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: "com.jfrog.bintray"

version = "2.0"
version = "2.1"

android {
compileSdkVersion 29
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.annotation.RawRes;
import androidx.annotation.RestrictTo;
import androidx.core.content.ContextCompat;

import com.airbnb.lottie.LottieAnimationView;
Expand All @@ -25,7 +24,6 @@
import com.shreyaspatil.MaterialDialog.interfaces.OnShowListener;
import com.shreyaspatil.MaterialDialog.model.DialogButton;

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public class AbstractDialog implements DialogInterface {

//Constants
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

// Material Dialog Library
implementation 'com.shreyaspatil:MaterialDialog:2.0'
implementation 'com.shreyaspatil:MaterialDialog:2.1'

// Material Design Library
implementation 'com.google.android.material:material:1.0.0'
Expand Down

0 comments on commit 3e8e377

Please sign in to comment.