From 087ca72fc75708184fa7154afb69e2907538c66e Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 25 Aug 2020 09:34:50 +0800 Subject: Add options to change the number of columns in PostFragment portrait and landscape modes. Upgrade compileSdkVersion and targetSdkVersion to 30. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index d53f6633..efc48546 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,11 +1,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 29 + compileSdkVersion 30 defaultConfig { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 39 versionName "4.0.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" -- cgit v1.2.3