From 2c0ed0834abd46ddc103f593f999bbbfc9788906 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 25 Aug 2020 12:37:02 +0800 Subject: Version 4.0.4. --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index efc48546..6cd90954 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 30 + compileSdkVersion 29 defaultConfig { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 - targetSdkVersion 30 - versionCode 39 - versionName "4.0.3" + targetSdkVersion 29 + versionCode 40 + versionName "4.0.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { -- cgit v1.2.3