Skip to content

Commit

Permalink
Removed unnecessary third-party libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomVK committed Mar 25, 2022
1 parent 50d0b03 commit 6d72afd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 136 deletions.
30 changes: 0 additions & 30 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.application'
apply plugin: 'AndResGuard'

android {
signingConfigs {
Expand Down Expand Up @@ -58,32 +57,3 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}

andResGuard {
mappingFile = null
use7zip = true
useSign = true
keepRoot = false
fixedResName = "arg"
mergeDuplicatedRes = true
whiteList = [
"R.drawable.icon",
"R.string.com.crashlytics.*",
"R.string.google_app_id",
"R.string.gcm_defaultSenderId",
"R.string.default_web_client_id",
"R.string.ga_trackingId",
"R.string.firebase_database_url",
"R.string.google_api_key",
"R.string.google_crash_reporting_api_key"
]
compressFilePattern = [
"*.png",
"*.jpg",
"*.jpeg",
"*.gif",
]
sevenzip {
artifact = 'com.tencent.mm:SevenZip:1.2.21'
}
}
93 changes: 0 additions & 93 deletions bintray.gradle

This file was deleted.

11 changes: 4 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,24 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.21'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
rootProject.ext {
versionCode = 48
versionName = "0.4.8"
versionCode = 49
versionName = "0.4.9"
}
}

allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down
4 changes: 1 addition & 3 deletions slideback-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,4 @@ ext {

siteUrl = 'https://github.com/phantomVK/SlideBack'
gitUrl = 'https://github.com/phantomVK/SlideBack.git'
}

apply from: rootProject.file('bintray.gradle')
}
4 changes: 1 addition & 3 deletions slideback/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,4 @@ ext {

siteUrl = 'https://github.com/phantomVK/SlideBack'
gitUrl = 'https://github.com/phantomVK/SlideBack.git'
}

apply from: rootProject.file('bintray.gradle')
}

0 comments on commit 6d72afd

Please sign in to comment.