Skip to content

Commit 591bd1b

Browse files
committed
repository has been added
1 parent 5cfe43e commit 591bd1b

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

app/build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
targetSdkVersion 28
1313
versionCode 1
1414
versionName "1.0"
15-
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15+
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
1717
buildTypes {
1818
release {
@@ -25,10 +25,11 @@ android {
2525
dependencies {
2626
implementation fileTree(dir: 'libs', include: ['*.jar'])
2727
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
28-
implementation 'com.android.support:appcompat-v7:28.0.0'
29-
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
28+
implementation 'androidx.appcompat:appcompat:1.1.0-alpha03'
29+
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
30+
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.22')
3031
testImplementation 'junit:junit:4.12'
31-
androidTestImplementation 'com.android.support.test:runner:1.0.2'
32-
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
33-
implementation 'com.android.support:design:28.0.0'
32+
androidTestImplementation 'androidx.test:runner:1.1.2-alpha02'
33+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0-alpha02'
34+
implementation 'com.google.android.material:material:1.1.0-alpha04'
3435
}

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ allprojects {
1919
repositories {
2020
google()
2121
jcenter()
22+
maven { url "https://jitpack.io" }
2223
}
2324
}
2425

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ kotlin.code.style=official
1818

1919
systemProp.http.proxyHost=51.77.229.143
2020
systemProp.http.proxyPort=8080
21+
android.useAndroidX=true
22+
android.enableJetifier=true

0 commit comments

Comments
 (0)