Skip to content

Commit

Permalink
[BUILD] Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienpaulfr committed Aug 8, 2019
1 parent e9b892f commit 96ee8d7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
12 changes: 9 additions & 3 deletions app/build.gradle
Expand Up @@ -3,7 +3,6 @@ plugins {
}

apply plugin: 'com.android.application'
apply plugin: 'com.jakewharton.hugo'
apply plugin: 'fr.coppernic.extensions'

copper {
Expand All @@ -18,6 +17,7 @@ apply plugin: 'fr.coppernic.android'

android {
compileSdkVersion 27

defaultConfig {
applicationId "fr.coppernic.samples.pcsc"
minSdkVersion 17
Expand All @@ -31,12 +31,18 @@ android {
abiFilters "armeabi", "armeabi-v7a"
}
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

packagingOptions {
exclude 'META-INF/main.kotlin_module'
exclude 'META-INF/lib_release.kotlin_module'
}
}

dependencies {
Expand All @@ -49,7 +55,7 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

// Timber
implementation 'com.jakewharton.timber:timber:4.7.0'
implementation 'com.jakewharton.timber:timber:4.7.1'

//Canary
implementation 'com.squareup.leakcanary:leakcanary-android:1.5.4'
Expand All @@ -62,7 +68,7 @@ dependencies {
implementation 'com.github.d-max:spots-dialog:0.7@aar'

// Coppernic
implementation 'fr.coppernic.sdk.cpcutils:CpcUtilsLib:6.18.1'
implementation 'fr.coppernic.sdk.cpcutils:CpcUtilsLib:6.18.4'
implementation 'fr.coppernic.sdk.core:CpcCore:1.8.12'

implementation 'fr.bipi.splash:splash:0.0.1'
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/layout/content_main.xml
Expand Up @@ -32,11 +32,13 @@
android:layout_gravity="center_horizontal"
android:layout_marginEnd="8dp"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:hint="@string/sprinnerReaderHint"
android:textColorHint="#05ab9a"
app:layout_constraintEnd_toStartOf="@+id/swConnect"
app:layout_constraintStart_toStartOf="parent"
app:met_floatingLabel="normal" />
app:layout_constraintTop_toTopOf="parent"
app:met_floatingLabel="normal"/>

<android.support.v7.widget.SwitchCompat
android:id="@+id/swConnect"
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -10,17 +10,17 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.noveogroup.android:check:1.2.4'
classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'
classpath "gradle.plugin.coppernic:android-config:0.3.2"
classpath "gradle.plugin.coppernic:android-config:0.3.9"
}
}

allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://artifactory.coppernic.fr/plugins-release' }
maven { url 'https://artifactory.coppernic.fr/artifactory/libs-release' }
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 comments on commit 96ee8d7

Please sign in to comment.