diff --git a/Lib/build.gradle b/Lib/build.gradle index 48694ba..496ebc5 100644 --- a/Lib/build.gradle +++ b/Lib/build.gradle @@ -1,8 +1,7 @@ apply plugin: 'com.android.library' android { - compileSdkVersion rootProject.ext.compileSdkVersion - buildToolsVersion rootProject.ext.buildToolsVersion + compileSdkVersion 28 defaultConfig { minSdkVersion 9 diff --git a/Lib/src/main/AndroidManifest.xml b/Lib/src/main/AndroidManifest.xml index 1e077c3..39b5a31 100644 --- a/Lib/src/main/AndroidManifest.xml +++ b/Lib/src/main/AndroidManifest.xml @@ -1,11 +1,6 @@ - - - + android:versionName="1.0"> diff --git a/build.gradle b/build.gradle index dbc6267..61a76ac 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,16 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { + google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.0' + classpath 'com.android.tools.build:gradle:3.4.2' } } + +allprojects { + repositories { + google() + jcenter() + } +} \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2b95737..da05a46 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip +distributionUrl=http\://services.gradle.org/distributions/gradle-5.5.1-all.zip