Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Hopefully nexus will like me this time around :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stinus Petersen committed Feb 22, 2018
1 parent e285c6c commit 62f2af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 19
targetSdkVersion 26
versionCode 1
versionName "1.1.5"
versionName "1.1.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -36,7 +36,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:0.19.1'

implementation "android.arch.lifecycle:runtime:1.1.0" // not necessary if you are using lifecycle:extensions or lifecycle:common-java8
annotationProcessor "android.arch.lifecycle:compiler:1.1.0" // not needed if you are using the DefaultLifecycleObserver from common-java8 artifact.
kapt "android.arch.lifecycle:compiler:1.1.0" // not needed if you are using the DefaultLifecycleObserver from common-java8 artifact.
// java 8 stuff
//implementation "android.arch.lifecycle:common-java8:1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion app/maven-push.gradle
Expand Up @@ -12,7 +12,7 @@ allprojects { ext."signing.password" = System.getenv('password') }

// Artifact settings
def _group = 'dk.nodes.arch'
def _version = '1.1.4'
def _version = '1.1.7'
def _archivesBaseName = 'base'

def _name = 'Nodes Architecture Library'
Expand Down

0 comments on commit 62f2af8

Please sign in to comment.