fixed patches

This commit is contained in:
Mariotaku Lee 2017-04-26 01:32:08 +08:00
parent c61bd8e865
commit fb8beeda2d
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 8 additions and 9 deletions

View File

@ -3,9 +3,9 @@ IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- twidere/build.gradle (date 1489569483000)
+++ twidere/build.gradle (revision )
@@ -7,22 +7,22 @@
--- twidere/build.gradle (date 1493141300000)
+++ twidere/build.gradle (revision )
@@ -7,22 +7,22 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'androidsvgdrawable'
// START Non-FOSS component
@ -33,7 +33,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
// END Non-FOSS component
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${libVersions['Kotlin']}"
@@ -52,7 +52,7 @@
@@ -51,7 +51,7 @@ android {
productFlavors {
// START Non-FOSS component
@ -42,7 +42,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
// END Non-FOSS component
fdroid {}
}
@@ -84,7 +84,7 @@
@@ -83,7 +83,7 @@ repositories {
mavenLocal()
maven { url 'https://s3.amazonaws.com/repo.commonsware.com' }
// START Non-FOSS component
@ -51,7 +51,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
// END Non-FOSS component
flatDir { dirs "$projectDir/lib" }
}
@@ -100,17 +100,17 @@
@@ -99,17 +99,17 @@ dependencies {
compile project(':twidere.component.nyan')
// START Non-FOSS component
@ -79,8 +79,8 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
+// }
// END Non-FOSS component
fdroidCompile 'org.osmdroid:osmdroid-android:5.6.4'
@@ -229,12 +229,12 @@
fdroidCompile "org.osmdroid:osmdroid-android:${libVersions['OSMDroid']}"
@@ -234,12 +234,12 @@ task svgToMipmap(type: SvgDrawableTask) {
}
// START Non-FOSS component
@ -98,4 +98,3 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
-apply plugin: 'com.google.gms.google-services'
+//apply plugin: 'com.google.gms.google-services'
// END Non-FOSS component
\ No newline at end of file