Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrated to AndroidX library. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions meiqiachat/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.iml
.idea
.DS_Store
.dart_tool/

Expand Down
19 changes: 0 additions & 19 deletions meiqiachat/.idea/libraries/Dart_SDK.xml

This file was deleted.

9 changes: 0 additions & 9 deletions meiqiachat/.idea/libraries/Flutter_for_Android.xml

This file was deleted.

10 changes: 0 additions & 10 deletions meiqiachat/.idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions meiqiachat/.idea/runConfigurations/example_lib_main_dart.xml

This file was deleted.

45 changes: 0 additions & 45 deletions meiqiachat/.idea/workspace.xml

This file was deleted.

4 changes: 2 additions & 2 deletions meiqiachat/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {

defaultConfig {
minSdkVersion 16
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
disable 'InvalidPackage'
Expand All @@ -36,7 +36,7 @@ android {

dependencies {
implementation 'com.meiqia:meiqiasdk:3.5.8'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'androidx.core:core:1.0.2'
implementation 'com.squareup.okhttp3:okhttp:4.1.0'

implementation 'com.github.bumptech.glide:glide:4.9.0'
Expand Down
6 changes: 3 additions & 3 deletions meiqiachat/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

buildTypes {
Expand All @@ -56,6 +56,6 @@ flutter {

dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
19 changes: 0 additions & 19 deletions meiqiachat/meiqiachat.iml

This file was deleted.