Skip to content

Commit

Permalink
Fix ormlite
Browse files Browse the repository at this point in the history
  • Loading branch information
ttauveron committed Aug 30, 2016
1 parent f69ff42 commit fbbef23
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ android {
buildToolsVersion '23.0.3'
useLibrary 'org.apache.http.legacy'

lintOptions {
abortOnError false
}

packagingOptions {
exclude 'LICENSE.txt'
exclude 'META-INF/ASL2.0'
Expand All @@ -36,8 +40,8 @@ android {
applicationId "ca.etsmtl.applets.etsmobile"
minSdkVersion 15
targetSdkVersion 21
versionCode 19
versionName "2.08"
versionCode 20
versionName "2.09"
multiDexEnabled true
}

Expand All @@ -52,7 +56,7 @@ android {
dependencies {
wearApp project(':wear')
compile fileTree(include: ['*.jar'], dir: 'libs')
compile ('com.octo.android.robospice:robospice-spring-android:1.4.12') {
compile('com.octo.android.robospice:robospice-spring-android:1.4.12') {
exclude group: 'org.apache.commons', module: 'commons-io'
}
compile 'commons-io:commons-io:1.3.2'
Expand Down Expand Up @@ -83,7 +87,7 @@ dependencies {
compile 'com.prolificinteractive:material-calendarview:1.4.0'

compile 'com.google.code.ksoap2-android:ksoap2-android:3.5.0'
compile 'com.j256.ormlite:ormlite-core:4.48'
compile 'com.j256.ormlite:ormlite-android:4.48'
compile 'com.j256.ormlite:ormlite-core:4.43'
compile 'com.j256.ormlite:ormlite-android:4.43'

}

0 comments on commit fbbef23

Please sign in to comment.