Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
modeled first commit of promise model
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwasonga committed Aug 12, 2019
1 parent a7fbd20 commit 3ad09c6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,14 @@
.externalNativeBuild
/app
/appbase

/commonsapp
/dbapp
/netapp
/promise
/promisecommons
/promisedb
/promisenet
/promisepref
/promiseui
/uiapp

8 changes: 0 additions & 8 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ allprojects {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
maven { url 'https://jitpack.io' }
}
}

Expand Down
3 changes: 1 addition & 2 deletions promisemodel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$project.ext.kotlin_version"
compileOnly 'androidx.appcompat:appcompat:1.0.2'
compileOnly project(path: ':promisecommons')
compileOnly 'com.github.android-promise:promise:commons-1.0-beta'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':promisecommons', ':commonsapp', 'dbapp', 'modelapp', 'netapp', 'promisedb', 'promisemodel', 'promisenet', 'promiseui', 'uiapp'
include'modelapp','promisemodel'

0 comments on commit 3ad09c6

Please sign in to comment.