Skip to content

Commit

Permalink
3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
anggrayudi committed Feb 17, 2021
1 parent 3a78ce1 commit d615410
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ To use SNAPSHOT version, you need to add this URL to the root Gradle:
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// add this line
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
Expand Down Expand Up @@ -222,7 +220,7 @@ In your `build.gradle` of project level:
````gradle
buildscript {
// add this line
ext.kotlin_version = '1.4.21'
ext.kotlin_version = '1.4.30'
repositories {
google()
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apply from: 'extensions.gradle'

buildscript {
ext.kotlin_version = '1.4.21'
ext.kotlin_version = '1.4.30'

repositories {
google()
Expand All @@ -13,10 +13,10 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.google.gms:google-services:4.3.4'
classpath 'com.google.gms:google-services:4.3.5'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.13.0'
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.0'
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.20'
}
}

Expand Down
4 changes: 2 additions & 2 deletions extensions.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ext {
appVersionCode = 16
appVersionCode = 17
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 30
buildToolsVersion = '30.0.2'
dialogVersion = '2.8.1'
coroutinesVersion = '1.3.7'
coroutinesVersion = '1.3.8'

// Project
VCS_URL = "https://github.com/anggrayudi/MaterialPreference.git"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ org.gradle.daemon=false
#kapt.use.worker.api=true
# ------- Library versions
PROCESSOR_VERSION=1.7
MATERIAL_PREFERENCE_VERSION=3.6.6
MATERIAL_PREFERENCE_VERSION=3.6.7
4 changes: 2 additions & 2 deletions materialpreference/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {

dependencies {
api 'androidx.appcompat:appcompat:1.2.0'
api 'com.google.android.material:material:1.3.0-rc01'
api 'com.google.android.material:material:1.3.0'
api 'androidx.documentfile:documentfile:1.0.1'
api 'androidx.cardview:cardview:1.0.0'

Expand All @@ -48,7 +48,7 @@ dependencies {
api "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
api "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"

implementation "com.anggrayudi:storage:0.4.3"
implementation "com.anggrayudi:storage:0.4.4"
// implementation("com.anggrayudi:storage:0.4.1-SNAPSHOT") { changing = true }
}

Expand Down

0 comments on commit d615410

Please sign in to comment.