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

Commit

Permalink
Updated lib to 1.0.0 - first stable version!
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEggers committed Mar 27, 2018
1 parent 37242c8 commit 53a3d3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/Mordag/hitogo'
gitUrl = 'https://github.com/Mordag/hitogo.git'

libraryVersion = '1.0.0-rc1'
libraryVersion = '1.0.0'

developerId = 'mordag'
developerName = 'Alexander Eggers'
Expand All @@ -33,7 +33,7 @@ android {

defaultConfig {
minSdkVersion 16
versionName "1.0.0-rc1"
versionName "1.0.0"
consumerProguardFiles 'proguard-rules.pro'
}

Expand Down
6 changes: 3 additions & 3 deletions testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/Mordag/hitogo'
gitUrl = 'https://github.com/Mordag/hitogo.git'

libraryVersion = '1.0.0-rc1'
libraryVersion = '1.0.0'

developerId = 'mordag'
developerName = 'Alexander Eggers'
Expand All @@ -33,7 +33,7 @@ android {

defaultConfig {
minSdkVersion 16
versionName "1.0.0-rc1"
versionName "1.0.0"
consumerProguardFiles 'proguard-rules.pro'
}

Expand All @@ -51,7 +51,7 @@ android.libraryVariants.all { variant ->

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//implementation 'org.hitogo:hitogo-core:1.0.0-rc1'
//implementation 'org.hitogo:hitogo-core:1.0.0'
implementation project(path: ':hitogo-core')

implementation "com.android.support:support-annotations:27.0.2"
Expand Down

0 comments on commit 53a3d3d

Please sign in to comment.