Migration androidx : first commit where it compiles. Updates some libs and android studio version in the same time.

This commit is contained in:
ganfra
2019-01-16 19:25:43 +01:00
parent 5e89627867
commit ac2d20ad3f
61 changed files with 171 additions and 171 deletions

View File

@ -1,8 +1,8 @@
package im.vector.matrix.rx;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;