Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Mar 17, 2021
1 parent 5b078d4 commit bfa6561
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions attribouter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
versionCode 17
versionName "0.1.8"
versionCode 18
versionName "0.1.9"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -51,7 +51,7 @@ dependencies {
annotationProcessor "com.github.bumptech.glide:compiler:4.11.0"

implementation "me.jfenn:AndroidUtils:0.0.3"
implementation ("dev.horrific.code.james.git-rest-wrapper:gitrest:0.0.5") {
implementation ("dev.horrific.code.james.git-rest-wrapper:gitrest:0.0.8") {
exclude group: "org.jetbrains.kotlinx", module: "kotlinx-serialization-runtime-common"
}
}
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.2"
Expand All @@ -19,7 +20,8 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
maven { url 'https://jitpack.io' }
}
}

0 comments on commit bfa6561

Please sign in to comment.