Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
Setting up for the release
  • Loading branch information
RahulJanagouda committed Sep 30, 2017
1 parent 7264536 commit 9b48185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
buildscript {

repositories {
// google()
jcenter()
maven {
url 'https://maven.google.com'
}
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath "com.github.dcendents:android-maven-gradle-plugin:2.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
3 changes: 2 additions & 1 deletion statusstories/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.rahuljanagouda'

group = 'com.github.rahuljanagouda'
version = '1.0.0'
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
Expand Down

0 comments on commit 9b48185

Please sign in to comment.