Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
florent champigny committed Oct 23, 2018
1 parent a63adf5 commit ffd431d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ buildscript {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0-SNAPSHOT'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1+'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -35,7 +34,7 @@ ext {
sourceCompatibilityVersion = JavaVersion.VERSION_1_7
targetCompatibilityVersion = JavaVersion.VERSION_1_7
supportVersion = '27.0.2'
libraryVersion = '1.2.0'
libraryVersion = '1.2.1'
butterknife = '9.0.0-SNAPSHOT'
}

2 changes: 2 additions & 0 deletions expansionpanel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ android {
versionName "1.0"
}

/*
android {
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
}
*/

}

Expand Down
6 changes: 4 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
./gradlew clean assembleDebug install
./gradlew bintrayUpload
./gradlew expansionpanel:clean
./gradlew expansionpanel:assembleDebug
./gradlew expansionpanel:install
./gradlew expansionpanel:bintrayUpload

0 comments on commit ffd431d

Please sign in to comment.