diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..659bf43 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index f3bb6bd..33b84dc 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -13,7 +13,8 @@ - + + diff --git a/build.gradle b/build.gradle index 3aa9a9f..fc63d3c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:7.0.2" + classpath 'com.android.tools.build:gradle:7.1.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/downloader/build.gradle b/downloader/build.gradle index d03d553..28a5b82 100644 --- a/downloader/build.gradle +++ b/downloader/build.gradle @@ -11,8 +11,6 @@ android { defaultConfig { minSdk rootProject.ext.minSdk targetSdk rootProject.ext.targetSdk - versionCode 300 - versionName "3.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9adebcd..8512c01 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sat Sep 18 13:34:26 CST 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME