Skip to content

Commit 4a845ce

Browse files
committed
1. Commit after adding tag.
1 parent b15c201 commit 4a845ce

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.1.1'
11-
11+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1212

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

dbapilib/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
4+
group = 'com.github.amitjangid80'
25

36
android {
47
compileSdkVersion 27

0 commit comments

Comments
 (0)