Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Bump v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kagurazaka committed Nov 2, 2017
1 parent 2008b68 commit 1d1d459
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
group = GROUP
version = VERSION_NAME
}

allprojects {
Expand Down
20 changes: 3 additions & 17 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Project-wide Gradle settings.

# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.

# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# Project settings
GROUP=com.github.k-kagurazaka
VERSION_NAME=0.0.1
3 changes: 2 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 27
Expand All @@ -8,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 27
versionCode 1
versionName "1.0"
versionName "0.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
}
Expand Down

0 comments on commit 1d1d459

Please sign in to comment.