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:
@@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user