File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/com/seed/widgets/formview Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,15 @@ android {
2525 buildTypes {
2626 release {
2727 minifyEnabled false
28- proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
28+ proguardFiles getDefaultProguardFile(' pro' +
29+ ' guard-android-optimize.txt' ), ' proguard-rules.pro'
2930 }
3031 }
3132
3233}
3334
3435dependencies {
35- implementation " com.google.android.material:material:1.2 .0-alpha04 "
36+ implementation " com.google.android.material:material:1.3 .0-alpha02 "
3637 implementation " com.google.code.gson:gson:2.8.5"
3738 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3'
3839 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import com.google.android.material.button.MaterialButton
2323import com.google.android.material.card.MaterialCardView
2424import com.google.android.material.textfield.TextInputEditText
2525import com.google.android.material.textfield.TextInputLayout
26- import com.google.android.material.textview .MaterialAutoCompleteTextView
26+ import com.google.android.material.textfield .MaterialAutoCompleteTextView
2727import com.google.gson.FieldNamingPolicy
2828import com.google.gson.GsonBuilder
2929import kotlinx.android.synthetic.main.form_template.view.*
You can’t perform that action at this time.
0 commit comments