Skip to content

Commit

Permalink
new release 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
svenmeier committed Nov 28, 2018
1 parent de7af60 commit a5da4f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
25 changes: 12 additions & 13 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if (project.hasProperty("coxswain-private") && new File(project.property("coxswa

android {
compileSdkVersion 27
buildToolsVersion "27.0.0"

defaultConfig {
applicationId "svenmeier.coxswain"
Expand Down Expand Up @@ -46,21 +45,21 @@ ext {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile "com.android.support:design:$supportLibraryVersion"
compile "com.android.support:gridlayout-v7:$supportLibraryVersion"
compile "com.android.support:support-v13:$supportLibraryVersion"
compile "com.android.support:preference-v14:$supportLibraryVersion"
compile "com.google.android.gms:play-services-fitness:$playServicesVersion"
testCompile 'junit:junit:4.12'
testCompile('org.robolectric:robolectric:3.4.2') {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "com.android.support:design:$supportLibraryVersion"
implementation "com.android.support:gridlayout-v7:$supportLibraryVersion"
implementation "com.android.support:support-v13:$supportLibraryVersion"
implementation "com.android.support:preference-v14:$supportLibraryVersion"
implementation "com.google.android.gms:play-services-fitness:$playServicesVersion"
testImplementation 'junit:junit:4.12'
testImplementation ('org.robolectric:robolectric:3.4.2') {
exclude group: 'commons-logging', module: 'commons-logging'
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}
compile project(':propoid-core')
compile project(':propoid-db')
compile project(':propoid-ui')
compile project(':propoid-util')
implementation project(':propoid-core')
implementation project(':propoid-db')
implementation project(':propoid-ui')
implementation project(':propoid-util')
}

github {
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ coxswain-versionName=5.3
coxswain-changelog=\n\
5.3\n\
- support external storage location\n\
- improved number display\n\
- arabic numerals\n\
- allow 5 and 15 strokes target\n\
5.2\n\
- allow explicit connect to a device as workaround for Sony devices\n\
5.1\n\
Expand Down

0 comments on commit a5da4f5

Please sign in to comment.