From 62c2d12d83b17f6d149b886885c24c533a20091f Mon Sep 17 00:00:00 2001 From: TacoTheDank <skytkrsfan3895@gmail.com> Date: Thu, 9 Aug 2018 02:03:08 +0000 Subject: [PATCH] one step closer to a stable 28 library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 761cdfc3c..affea4585 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,5 +37,5 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.12' - implementation 'com.android.support:appcompat-v7:28.0.0-beta01' + implementation 'com.android.support:appcompat-v7:28.0.0-rc01' } -- GitLab