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

Commit

Permalink
Merge pull request #6 from nodes-android/feature/interface_refactoring
Browse files Browse the repository at this point in the history
Feature/interface refactoring
  • Loading branch information
vovahost committed May 29, 2018
2 parents a52f915 + 3db04e4 commit 1edc583
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 27
versionCode 3
versionName "1.1.8"
versionCode 4
versionName "1.1.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
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.8'
def _version = '1.1.9'
def _archivesBaseName = 'base'

def _name = 'Nodes Architecture Library'
Expand Down
@@ -1,5 +1,3 @@
package dk.nodes.arch.presentation.base

interface BaseView {
fun setupTranslations()
}
interface BaseView
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -4,7 +4,6 @@ buildscript {
ext {
kotlin_version = '1.2.41'
}

repositories {
google()
jcenter()
Expand Down

0 comments on commit 1edc583

Please sign in to comment.