Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck committed Aug 20, 2018
1 parent 480d351 commit e467699
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
compileSdkVersion 28
defaultConfig {
applicationId "com.phapps.elitedangerous.eddn.sample"
minSdkVersion 14
targetSdkVersion 27
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -21,14 +20,14 @@ android {

dependencies {
/* Android Support Libs */
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation 'com.android.support:appcompat-v7:28.0.0-rc01'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'

/* Kotlin Language Support */
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

/* Elite: Dangerous EDDN Android Client */
implementation 'com.github.stpatrck:eddn:1.0.1'
implementation 'com.github.stpatrck:eddn:1.0.2'

/* Testing */
testImplementation 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion eddn/bintray.properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {

libraryName = 'EDDN-Android'
libraryDescription = 'An Elite: Dangerous EDDN client for Android.'
libraryVersion = '1.0.1'
libraryVersion = '1.0.2'

developerId = 'stpatrck'
developerName = 'Patrick Honkonen'
Expand Down
4 changes: 2 additions & 2 deletions eddn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 2
versionName "1.0.1"
versionCode 3
versionName libraryVersion

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit e467699

Please sign in to comment.