File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/br/com/sapereaude/maskedEditText Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33
4- String projectVersion = " 1.0.13 "
4+ String projectVersion = " 1.0.14 "
55String projectGroup = " ru.egslava"
66
77version = projectVersion
@@ -30,8 +30,8 @@ dependencies {
3030 implementation ' androidx.appcompat:appcompat:1.1.0'
3131
3232 // Rx
33- implementation ' io.reactivex.rxjava2 :rxjava:2.2.11 '
34- implementation ' io.reactivex.rxjava2 :rxandroid:2.1.1 '
33+ implementation ' io.reactivex.rxjava3 :rxjava:3.0.4 '
34+ implementation ' io.reactivex.rxjava3 :rxandroid:3.0.0 '
3535
3636 testImplementation ' junit:junit:4.12'
3737}
Original file line number Diff line number Diff line change 1616
1717import androidx .appcompat .widget .AppCompatEditText ;
1818
19- import io .reactivex .Flowable ;
20- import io .reactivex .processors .BehaviorProcessor ;
19+ import io .reactivex .rxjava3 . core . Flowable ;
20+ import io .reactivex .rxjava3 . processors .BehaviorProcessor ;
2121
2222import static android .content .ContentValues .TAG ;
2323
You can’t perform that action at this time.
0 commit comments