mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-07-08 21:21:15 +08:00
add missing files and update deps
This commit is contained in:
dropdown_button/android
enabling_splash_screen/android
expense_planner/android
google_signin/android
grid_layout/android
handling_routes/android
image_from_network/android
infinite_list/android
load_local_image/android
load_local_json/android
navigation_drawer/android
persist_key_value/android
simple_material_app/android
stateful_widget/android
stateless_widgets/android
tip_calculator/android
using_alert_dialog/android
using_bottom_nav_bar/android
using_custom_fonts/android
using_edittext/android
using_firebase_db/android/gradle/wrapper
using_gradient/android
using_http_get/android
using_listview/android
using_snackbar/android
using_stepper/android
using_tabs/android
using_theme/android
@ -5,7 +5,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.0-rc03'
|
||||
classpath 'com.android.tools.build:gradle:3.6.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
1
using_edittext/android/gradle.properties
Normal file
1
using_edittext/android/gradle.properties
Normal file
@ -0,0 +1 @@
|
||||
org.gradle.jvmargs=-Xmx1536M
|
@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Reference in New Issue
Block a user