Skip to content

Commit

Permalink
v2.0.0 Rollup
Browse files Browse the repository at this point in the history
*Version Bump to v2.0.0.
*FIX restore instance state crash.
*Restore permissions dialog on resume.
  • Loading branch information
rayliverified committed Aug 26, 2018
1 parent bf6ec1f commit a66860f
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 120 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies {
implementation project(path: ':custompermissionsdialogue')
implementation 'com.github.searchy2:CustomButton:1.8.0'

implementation 'androidx.appcompat:appcompat:1.0.0-alpha3'
implementation 'com.google.android.material:material:1.0.0-alpha3'
implementation 'androidx.vectordrawable:vectordrawable:1.0.0-alpha3'
implementation 'androidx.cardview:cardview:1.0.0-alpha3'
implementation 'androidx.appcompat:appcompat:1.0.0-rc01'
implementation 'com.google.android.material:material:1.0.0-rc01'
implementation 'androidx.vectordrawable:vectordrawable:1.0.0-rc01'
implementation 'androidx.cardview:cardview:1.0.0-rc01'
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-beta02'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.android.tools.build:gradle:3.2.0-beta05'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
8 changes: 4 additions & 4 deletions custompermissionsdialogue/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'

group='com.github.searchy2'
version = '1.9.0'
version = '2.0.0'

android {
compileSdkVersion 28
Expand All @@ -27,10 +27,10 @@ dependencies {
maven { url "https://maven.google.com" }
}
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.0.0-alpha3'
implementation 'com.github.searchy2:CustomButton:1.8.0'

implementation 'com.google.android.material:material:1.0.0-alpha3'
implementation 'androidx.vectordrawable:vectordrawable:1.0.0-alpha3'
implementation 'androidx.appcompat:appcompat:1.0.0-rc01'
implementation 'com.google.android.material:material:1.0.0-rc01'
implementation 'androidx.vectordrawable:vectordrawable:1.0.0-rc01'
implementation 'com.github.Dimezis:BlurView:v1.4.0-SNAPSHOT'
}
Loading

0 comments on commit a66860f

Please sign in to comment.