aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle8
1 files changed, 4 insertions, 4 deletions
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 {