diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-06-11 11:59:23 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-06-11 11:59:23 +0000 |
commit | ef8daed5714cd02f57774c86aab6bd0ca454fcb7 (patch) | |
tree | ab3f0ab2033acf4f01c1eea1639e87c03a7ce70e /app/build.gradle | |
parent | 62c225ffcdf597d32e317f758b6f33760103ec36 (diff) | |
download | infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar.gz infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar.bz2 infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar.lz infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar.xz infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar.zst infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.zip |
Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in dark mode.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle index 6fe85a03..ebe6c169 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,11 +1,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -33,14 +33,14 @@ repositories { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.1.0-alpha04' - implementation 'com.google.android.material:material:1.1.0-alpha05' + implementation 'androidx.appcompat:appcompat:1.1.0-alpha05' + implementation 'com.google.android.material:material:1.1.0-alpha07' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.legacy:legacy-support-v13:1.0.0' testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.2.0-alpha04' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0-alpha04' + androidTestImplementation 'androidx.test:runner:1.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'com.google.android.exoplayer:exoplayer:2.9.6' implementation 'com.google.android.exoplayer:exoplayer-dash:2.9.6' implementation 'androidx.browser:browser:1.0.0' |