File tree 1 file changed +5
-34
lines changed
1 file changed +5
-34
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'com.github.dcendents.android-maven'
3
3
group= ' com.github.jrfeng'
4
4
5
5
android {
6
- compileSdkVersion 29
6
+ compileSdkVersion 30
7
7
8
8
9
9
defaultConfig {
10
10
minSdkVersion 14
11
- targetSdkVersion 29
11
+ targetSdkVersion 30
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
@@ -28,37 +28,8 @@ android {
28
28
dependencies {
29
29
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
30
30
31
- implementation ' androidx.appcompat:appcompat:1.1 .0'
31
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
32
32
testImplementation ' junit:junit:4.12'
33
- androidTestImplementation ' androidx.test.ext:junit:1.1.1'
34
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
35
- }
36
-
37
- tasks. withType(JavaCompile ) {
38
- options. encoding = " UTF-8"
39
- }
40
-
41
- task sourcesJar (type : Jar ) {
42
- classifier = ' sources'
43
- from android. sourceSets. main. java. sourceFiles
44
- }
45
-
46
- task javadoc (type : Javadoc ) {
47
- source = android. sourceSets. main. java. sourceFiles
48
- classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
49
- }
50
-
51
- task javadocJar (type : Jar , dependsOn : javadoc) {
52
- classifier = ' javadoc'
53
- from javadoc. destinationDir
54
- }
55
-
56
- task classesJar (type : Jar ) {
57
- from " $buildDir /intermediates/classes/release"
58
- }
59
-
60
- artifacts {
61
- archives classesJar
62
- archives javadocJar
63
- archives sourcesJar
33
+ androidTestImplementation ' androidx.test.ext:junit:1.1.2'
34
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
64
35
}
You can’t perform that action at this time.
0 commit comments