We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab1615 commit 85a1a2aCopy full SHA for 85a1a2a
2 files changed
.idea/caches/build_file_checksums.ser
0 Bytes
library/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
3
ext {
4
PUBLISH_GROUP_ID = 'com.dc.easyadapter'
5
PUBLISH_ARTIFACT_ID = 'easyadapter'
6
- PUBLISH_VERSION = '1.0'
+ PUBLISH_VERSION = '1.1'
7
}
8
9
android {
@@ -14,7 +14,6 @@ android {
14
versionCode 1
15
versionName "1.0"
16
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
17
-
18
19
20
buildTypes {
@@ -30,7 +29,6 @@ android {
30
29
31
dependencies {
32
implementation fileTree(dir: 'libs', include: ['*.jar'])
33
34
implementation 'com.android.support:appcompat-v7:27.1.1'
35
testImplementation 'junit:junit:4.12'
36
androidTestImplementation 'com.android.support.test:runner:1.0.2'
0 commit comments