File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
src/main/java/br/com/sapereaude/maskedEditText
src/main/java/ru/egslava/edittextphonenumber Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ group = projectGroup
99
1010android {
1111 compileSdkVersion 28
12- buildToolsVersion ' 25 .0.3'
12+ buildToolsVersion ' 28 .0.3'
1313
1414
1515 defaultConfig {
@@ -27,7 +27,7 @@ dependencies {
2727 })
2828
2929 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
30- implementation ' com.android.support :appcompat-v7:28.0 .0'
30+ implementation ' androidx.appcompat :appcompat:1.1 .0'
3131
3232 // Rx
3333 implementation ' io.reactivex.rxjava2:rxjava:2.2.11'
Original file line number Diff line number Diff line change 44import android .content .res .TypedArray ;
55import android .os .Bundle ;
66import android .os .Parcelable ;
7- import android .support .v7 .widget .AppCompatEditText ;
87import android .text .Editable ;
98import android .text .SpannableStringBuilder ;
109import android .text .TextWatcher ;
1514import android .view .View ;
1615import android .widget .TextView ;
1716
17+ import androidx .appcompat .widget .AppCompatEditText ;
18+
1819import io .reactivex .Flowable ;
1920import io .reactivex .processors .BehaviorProcessor ;
2021
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 28
5- buildToolsVersion ' 25 .0.3'
5+ buildToolsVersion ' 28 .0.3'
66
77 defaultConfig {
88 applicationId " ru.egslava.edittextphonenumber"
@@ -26,7 +26,7 @@ android {
2626
2727dependencies {
2828 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
29- implementation ' com.android.support :appcompat-v7:28.0 .0'
29+ implementation ' androidx.appcompat :appcompat:1.1 .0'
3030 implementation project(' :MaskedEditText' )
3131 androidTestImplementation ' com.android.support.test.espresso:espresso-core:2.2.2' , {
3232 exclude group : ' com.android.support' , module : ' support-annotations'
Original file line number Diff line number Diff line change 11package ru .egslava .edittextphonenumber ;
22
33import android .os .Bundle ;
4- import android .support .v7 .app .AppCompatActivity ;
54import android .view .Menu ;
65import android .view .MenuItem ;
76
7+ import androidx .appcompat .app .AppCompatActivity ;
8+
89import br .com .sapereaude .maskedEditText .MaskedEditText ;
910
1011public class MainActivity extends AppCompatActivity {
You can’t perform that action at this time.
0 commit comments