Skip to content

Commit c3dea6f

Browse files
committed
add missing gradle files
1 parent fd9eccb commit c3dea6f

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/captures
99
.externalNativeBuild
1010
.gradle/
11-
gradle/
1211
local.properties
1312
*.DS_Store
1413
build/

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ buildscript {
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.0.1'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1213

1314
// NOTE: Do not place your application dependencies here; they belong
1415
// in the individual module build.gradle files

gradle/wrapper/gradle-wrapper.jar

52.4 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Sat Dec 16 12:28:47 CET 2017
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

polishIdentifiersUtils/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
apply plugin: 'java-library'
22
apply plugin: 'kotlin'
3+
apply plugin: 'com.github.dcendents.android-maven'
4+
5+
group = 'com.github.DonMat'
36

47
dependencies {
58
implementation fileTree(dir: 'libs', include: ['*.jar'])

0 commit comments

Comments
 (0)