Skip to content

Commit

Permalink
Support for JetPack
Browse files Browse the repository at this point in the history
  • Loading branch information
duangsuse committed Jul 31, 2018
1 parent 10b1ed6 commit 5d68e3c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Android Library E2IM

⛓ E2IM is Android library version of ChangeAttr

[![JetPack](https://jitpack.io/v/duangsuse/e2im.svg)](https://jitpack.io/#duangsuse/e2im)


## Licenses

使用此项目请确保您遵守 `Apache License 2.0`

```
Copyright (C) 2017 Trumeet
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.duangsuse'

android {
compileSdkVersion 28
Expand All @@ -15,7 +18,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand All @@ -39,9 +42,11 @@ buildscript {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand All @@ -54,6 +59,7 @@ allprojects {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.github.duangsuse:e2im:master-SNAPSHOT'

testImplementation 'junit:junit:4.12'
}
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 5d68e3c

Please sign in to comment.