Skip to content

Commit

Permalink
Updated Vuforia dependency and incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
magneticflux- committed Nov 3, 2017
1 parent 118c856 commit 0fabad1
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 19
versionCode 3
versionName "3.5.0"
versionCode 4
versionName "3.5.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

ndk {
Expand All @@ -22,9 +22,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}

group = 'com.github.Pattonville-Robotics'
Expand All @@ -34,7 +31,7 @@ project.archivesBaseName = 'robotcore-repackaged'
dependencies {
implementation 'com.android.support:support-annotations:27.0.0'

implementation 'com.github.magneticflux-:vuforia-repackaged:3.4.2'
implementation 'com.github.magneticflux-:vuforia-repackaged:3.5.0'

implementation 'com.google.code.gson:gson:2.8.2'
implementation 'org.danilopianini:gson-extras:0.2.1'
Expand Down Expand Up @@ -67,14 +64,4 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
artifacts {
archives sourcesJar
archives javadocJar
}

/*
android.libraryVariants.all { variant ->
def name = variant.buildType.name
def task = project.tasks.create "jar${name.capitalize()}", Jar
task.dependsOn variant.javaCompiler
task.from variant.javaCompiler.destinationDir
artifacts.add 'archives', task
}
*/
}

0 comments on commit 0fabad1

Please sign in to comment.