Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
- version increment for f-droid
Browse files Browse the repository at this point in the history
- Updated some dependencies
  • Loading branch information
doomsdayrs committed Jan 19, 2020
1 parent 5a63146 commit 8d84e7d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
14 changes: 4 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- v1.1.2
- Gradle updated
- Removed insecure repository that was just laying around for no reason
5 changes: 2 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-all.zip

0 comments on commit 8d84e7d

Please sign in to comment.