Skip to content

Commit a87b584

Browse files
committed
v1.0.0
1 parent 568342f commit a87b584

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

auto-gridview/build.gradle

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

35
android {
46
compileSdkVersion 25

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ buildscript {
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.0.0-beta5'
11-
11+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
12+
1213

1314
// NOTE: Do not place your application dependencies here; they belong
1415
// in the individual module build.gradle files
@@ -19,6 +20,7 @@ allprojects {
1920
repositories {
2021
google()
2122
jcenter()
23+
maven { url 'https://jitpack.io' }
2224
}
2325
}
2426

0 commit comments

Comments
 (0)