Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/v1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Sep 22, 2018
2 parents 0dd7f5c + a3ca0ee commit dd4adae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ android {
targetSdkVersion setup.targetSdk
versionCode release.versionCode
versionName release.versionName

setProperty("archivesBaseName", "Materialize-v$versionName-c$versionCode")
}
buildTypes {
debug {
Expand Down Expand Up @@ -48,15 +50,15 @@ dependencies {

//used to generate the drawer on the left
//https://github.com/mikepenz/MaterialDrawer
implementation('com.mikepenz:materialdrawer:6.0.0@aar') {
implementation('com.mikepenz:materialdrawer:6.1.0-rc01') {
transitive = true
exclude group: 'com.android.support'
exclude group: 'com.mikepenz', module: 'materialize'
}

// used to generate the Open Source section
// https://github.com/mikepenz/AboutLibraries
implementation('com.mikepenz:aboutlibraries:6.0.0@aar') {
implementation('com.mikepenz:aboutlibraries:6.2.0-rc01') {
transitive = true
exclude group: 'com.android.support'
}
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
release = [
versionName: "1.2.0-rc01",
versionName: "1.2.0",
versionCode: 1200
]

Expand All @@ -13,8 +13,8 @@ buildscript {
]

versions = [
androidXVersion: '1.0.0-rc01',
materialVersion: '1.0.0-rc01'
androidXVersion: '1.0.0',
materialVersion: '1.0.0'
]
}

Expand All @@ -24,7 +24,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.3.0-alpha11'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Oct 25 15:45:55 CEST 2017
#Sat Sep 22 15:04:44 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip

0 comments on commit dd4adae

Please sign in to comment.