1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-09 12:32:30 +01:00

Move git versioning

This commit is contained in:
Allan Wang 2017-07-02 17:27:18 -07:00
parent 4a07d2ed10
commit 4007e36b7f
3 changed files with 2 additions and 6 deletions

View File

@ -53,7 +53,7 @@
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@ -1,7 +1,5 @@
import org.eclipse.jgit.api.Git
import org.eclipse.jgit.storage.file.FileRepositoryBuilder
plugins {
id "com.zoltu.git-versioning" version "3.0.3"
id 'com.gladed.androidgitversion' version '0.3.4'
}

View File

@ -4,14 +4,12 @@ buildscript {
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN}"
classpath 'io.fabric.tools:gradle:1.+'
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
classpath "gradle.plugin.com.zoltu.gradle.plugin:git-versioning:3.0.3"
//https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit
// classpath 'org.eclipse.jgit:org.eclipse.jgit:4.8.0.201706111038-r'
}