From 8d84e7df52aa9b802e148396c86fda30655469d0 Mon Sep 17 00:00:00 2001 From: doomsdayrs Date: Sun, 19 Jan 2020 09:48:02 -0500 Subject: [PATCH] - version increment for f-droid - Updated some dependencies --- app/build.gradle | 14 ++++---------- build.gradle | 2 +- fastlane/metadata/android/en-US/changelogs/3.txt | 3 +++ gradle/wrapper/gradle-wrapper.properties | 5 ++--- 4 files changed, 10 insertions(+), 14 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/3.txt diff --git a/app/build.gradle b/app/build.gradle index 57d8c46f5d..3c7b2a312d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId 'com.github.doomsdayrs.apps.shosetsu' minSdkVersion 22 targetSdkVersion 29 - versionCode 24 - versionName "v1.1.1" + versionCode 25 + versionName "v1.1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true } @@ -46,16 +46,10 @@ android { } } -repositories { - mavenCentral() - maven { - url "https://maven.mozilla.org/maven2" - } -} dependencies { implementation 'com.google.android.material:material:1.2.0-alpha03' - implementation 'com.graphql-java:graphql-java:2019-12-31T02-25-35-a83995a' + // implementation 'com.graphql-java:graphql-java:2020-01-17T02-41-10-578985f' implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.constraintlayout:constraintlayout:1.1.3' //noinspection GradleCompatible @@ -72,7 +66,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.1.0' // Core libraries - implementation 'com.github.doomsdayrs:shosetsu-extensions:0.2.3' + implementation 'com.github.doomsdayrs:shosetsu-extensions:0.3.0' implementation 'com.github.doomsdayrs:shosetsu-services:0.2.5' // Image loading diff --git a/build.gradle b/build.gradle index 74a12d3e07..28b6f38b9d 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.0.0-alpha07' + classpath 'com.android.tools.build:gradle:4.0.0-alpha08' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 0000000000..4326bc47c5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,3 @@ +- v1.1.2 +- Gradle updated +- Removed insecure repository that was just laying around for no reason \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2a785a6394..69e75c9bda 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,6 @@ -#Fri Dec 06 15:30:40 EST 2019 +#Sun Jan 19 09:44:30 EST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-milestone-3-all.zip -#distributionSha256Sum=856a23bab34888c33affce84817bc278ef1a586de4922b6793770e3e819cfbbe \ No newline at end of file +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-all.zip