add basic login activity
This commit is contained in:
parent
7252046294
commit
c963c7195b
12 changed files with 330 additions and 952 deletions
|
|
@ -6,7 +6,7 @@ android {
|
|||
buildToolsVersion '28.0.3'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
|
||||
versionCode 175
|
||||
|
|
@ -82,4 +82,7 @@ dependencies {
|
|||
implementation 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
|
||||
|
||||
implementation 'com.github.AdrienPoupa:jaudiotagger:2.2.3'
|
||||
|
||||
implementation project(':apiclient')
|
||||
implementation project(':library')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue