From a9d7e3bf85e9fdb333b0929b507e74bea1c40621 Mon Sep 17 00:00:00 2001 From: Matt Hillsdon Date: Fri, 5 Apr 2024 14:21:34 +0100 Subject: [PATCH] Revert "Try moving compileSdk up" This reverts commit adfc3a5afc68c9b0d648bf2d1ccc29db6f92ec1a. --- app/build.gradle | 1 + build.gradle | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9ce1ccd3..002667b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,7 @@ apply plugin: 'com.android.application' android { + compileSdk 34 defaultConfig { applicationId "com.samsung.microbit" minSdkVersion 21 diff --git a/build.gradle b/build.gradle index a91f5aec..2cdca7fd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - compileSdk 34 repositories { maven { url 'https://maven.google.com' } jcenter()