Changes to allow project to compile on newer versions, including removing ad code and adding a margin to the top of layouts so the UI is below the action bar.

This commit is contained in:
2025-07-21 19:47:45 -07:00
parent 0dd5485080
commit 9645510759
7 changed files with 9 additions and 81 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 36
buildToolsVersion '28.0.3'
namespace "com.hyperling.apps.the45minuterule"
defaultConfig {
applicationId "com.hyperling.apps.the45minuterule"
minSdkVersion 14
@@ -24,6 +24,4 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation group: 'com.android.support', name: 'appcompat-v7', version: '28.0.0'
//compile 'com.google.android.gms:play-services-ads:17.1.2'
implementation group: 'com.google.android.gms', name: 'play-services-ads', version: '17.1.2'
}