summaryrefslogtreecommitdiff
path: root/library/standalone-rules.gradle
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2018-04-16 16:55:01 -0700
committerAurimas Liutikas <aurimas@google.com>2018-04-18 17:26:19 -0700
commit4860e4ee4876743b52cb03f2fce3c213ad7a2f6a (patch)
treea94d6bfdb6aba45afcc8b1abdbd53b31ff8218eb /library/standalone-rules.gradle
parent43d2a18faa5e8b914652177a66f824a504037d80 (diff)
downloadsetupwizard-4860e4ee4876743b52cb03f2fce3c213ad7a2f6a.tar.gz
Migrate setup-wizard-lib to androidx.
Test: make setup-wizard-lib Bug: 76692459 Change-Id: I40171e973d442b1a1815e9e7d7c2cc984cb38bac
Diffstat (limited to 'library/standalone-rules.gradle')
-rw-r--r--library/standalone-rules.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/standalone-rules.gradle b/library/standalone-rules.gradle
index 7f505a1..e17cffd 100644
--- a/library/standalone-rules.gradle
+++ b/library/standalone-rules.gradle
@@ -26,9 +26,9 @@ ext {
// }
//
deps = [
- 'support-annotations': 'com.android.support:support-annotations:23.4.0',
- 'support-appcompat-v7': 'com.android.support:appcompat-v7:23.4.0',
- 'support-recyclerview-v7': 'com.android.support:recyclerview-v7:23.4.0'
+ 'support-annotations': 'androidx.annotation:annotation:1.0.0-alpha1',
+ 'support-appcompat-v7': 'androidx.appcompat:appcompat:1.0.0-alpha1',
+ 'support-recyclerview-v7': 'androidx.recyclerview:recyclerview:1.0.0-alpha1'
]
}