zhongzhao 9 ay önce
ebeveyn
işleme
ffde62cfe2
2 değiştirilmiş dosya ile 13 ekleme ve 1 silme
  1. 4 1
      app/build.gradle
  2. 9 0
      build.gradle

+ 4 - 1
app/build.gradle

@@ -25,7 +25,7 @@ android {
             storePassword 'great123456'
         }
     }
-    dataBinding.enabled true
+//    dataBinding.enabled true
     buildTypes {
         release {
             minifyEnabled false
@@ -56,6 +56,7 @@ android {
     sourceSets {
         main {
             jniLibs.srcDirs = ['libs']
+            aidl.srcDirs = ['src/main/aidl']
         }
     }
     compileOptions {
@@ -81,6 +82,7 @@ android {
 dependencies {
     implementation fileTree(include: ['*.aar','*.jar'], dir: 'libs')
 //    implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
+    implementation 'androidx.appcompat:appcompat:1.2.0'
     implementation 'androidx.multidex:multidex:2.0.0'
     implementation 'com.google.android.material:material:1.1.0'
     implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
@@ -94,6 +96,7 @@ dependencies {
     implementation 'com.xw.repo:xedittext:2.1.0@aar'
 
     api 'com.jakewharton:butterknife:10.2.3'
+    implementation 'androidx.appcompat:appcompat:1.2.0'
     annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
     implementation 'com.squareup.retrofit2:converter-scalars:2.2.0'
     implementation 'com.squareup.retrofit2:converter-gson:2.2.0'

+ 9 - 0
build.gradle

@@ -2,6 +2,10 @@
 apply from: "config.gradle"
 buildscript {
     repositories {
+        maven { url 'https://jitpack.io' }
+        maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
+        maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
+        maven { url 'https://maven.aliyun.com/repository/google' }
         google()
         jcenter()
     }
@@ -17,6 +21,11 @@ allprojects {
     repositories {
         google()
         jcenter()
+        mavenCentral()
+        maven { url 'https://jitpack.io' }
+        maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
+        maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
+        maven { url 'https://maven.aliyun.com/repository/google' }
     }
 }