Skip to content

Commit f7cb982

Browse files
author
詹强
committed
Android-更新到JPush3.3.4
1 parent 32f6638 commit f7cb982

21 files changed

+862
-1445
lines changed

android/.classpath

Lines changed: 0 additions & 6 deletions
This file was deleted.

android/.project

Lines changed: 0 additions & 23 deletions
This file was deleted.

android/.settings/org.eclipse.buildship.core.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

android/build.gradle

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,16 @@ def safeExtGet(prop, fallback) {
66

77
android {
88
compileSdkVersion safeExtGet('compileSdkVersion', 27)
9-
buildToolsVersion safeExtGet('buildToolsVersion', '26.0.2')
10-
119
defaultConfig {
1210
minSdkVersion safeExtGet('minSdkVersion', 16)
1311
targetSdkVersion safeExtGet('targetSdkVersion', 27)
1412
versionCode 1
1513
versionName "1.0"
16-
}
17-
lintOptions {
18-
abortOnError false
19-
warning 'InvalidPackage'
20-
}
21-
sourceSets.main {
22-
jniLibs.srcDirs = ['libs']
23-
}
24-
}
2514

26-
repositories {
27-
mavenCentral()
15+
}
2816
}
2917

3018
dependencies {
31-
api fileTree(include: ['*.jar'], dir: 'libs')
19+
implementation fileTree(dir: 'libs', include: ['*.jar'])
3220
implementation 'com.facebook.react:react-native:+'
3321
}
-52.4 KB
Binary file not shown.

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

android/gradlew

Lines changed: 0 additions & 160 deletions
This file was deleted.

android/gradlew.bat

Lines changed: 0 additions & 90 deletions
This file was deleted.
-152 KB
Binary file not shown.
191 KB
Binary file not shown.

0 commit comments

Comments
 (0)