manifest added
This commit is contained in:
parent
4583bd0bad
commit
aea1ecb6d8
|
|
@ -3,7 +3,7 @@ apply plugin: 'me.tatarka.retrolambda'
|
|||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion "23.0.3"
|
||||
buildToolsVersion "24.0.2"
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
@ -17,7 +17,6 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
provided 'com.android.support:support-annotations:24.1.1'
|
||||
provided 'com.android.support:support-annotations:24.2.0'
|
||||
provided 'io.reactivex:rxandroid:1.2.1'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
<manifest package="ru.touchin.roboswag.core"/>
|
||||
Loading…
Reference in New Issue