Skip to content

Commit

Permalink
reorganise project
Browse files Browse the repository at this point in the history
  • Loading branch information
kar committed May 4, 2018
1 parent 3076b2c commit 3dcd0d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
19 changes: 9 additions & 10 deletions app/build.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ plugins {
id 'com.gladed.androidgitversion' version '0.4.3' id 'com.gladed.androidgitversion' version '0.4.3'
} }


repositories {
mavenCentral()
maven {
url "https://jitpack.io"
}
}

androidGitVersion { androidGitVersion {
codeFormat 'MNNPPPPBB' codeFormat 'MNNPPPPPP'
format '%tag%' format '%tag%'
} }


Expand Down Expand Up @@ -100,7 +107,7 @@ android {


dependencies { dependencies {
// Core library for kar.gs projects // Core library for kar.gs projects
implementation project(':gscore') implementation 'com.github.kar:gscore:1.7.*'


// Android support libraries // Android support libraries
implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support:appcompat-v7:27.1.1'
Expand Down Expand Up @@ -133,11 +140,3 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations' exclude group: 'com.android.support', module: 'support-annotations'
}) })
} }

repositories {
mavenCentral()
maven {
url "https://jitpack.io"
}
}

3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1 @@
include ':app', ':gscore' include ':app'
apply from: 'paths.gradle'

0 comments on commit 3dcd0d5

Please sign in to comment.