Skip to content

Commit

Permalink
Merge branch 'master' into lite
Browse files Browse the repository at this point in the history
# Conflicts:
#	library/build.gradle
  • Loading branch information
magneticflux- committed Jan 15, 2019
2 parents 439ea7e + 597bb71 commit 416df65
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ android {
targetSdkVersion 19
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

versionCode 29
versionName "$ftc_version.0-lite"
versionCode 30
versionName "$ftc_version.1-lite"

ndk {
abiFilters "armeabi-v7a"
}

consumerProguardFiles 'proguard-rules.pro'
}

aaptOptions {
noCompress "tflite"
}
}

group = 'com.github.Pattonville-Robotics'
Expand Down

0 comments on commit 416df65

Please sign in to comment.