Skip to content

Commit

Permalink
Disabled jetifier, Xpece CardButton 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consp1racy committed Oct 6, 2019
1 parent cd94a8f commit 111a2c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ buildscript {
repositories {
google()
jcenter()
gradlePluginPortal()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'digital.wup:android-maven-publish:3.6.2'
classpath 'com.github.plnice:canidropjetifier:0.5'
}
}

apply plugin: 'com.github.plnice.canidropjetifier'

allprojects {
repositories {
google()
Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

android.enableJetifier=false
android.useAndroidX=true
2 changes: 1 addition & 1 deletion widget-cardbutton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

implementation 'androidx.annotation:annotation:1.0.2'

api 'net.xpece.android:widget-cardbutton:26.0.0-8'
api 'net.xpece.android:cardbutton:1.0.0'

testImplementation 'junit:junit:4.12'
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit 111a2c6

Please sign in to comment.