File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed
src/AndroidClient/android Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
- apply plugin : ' kotlin-android'
3
2
apply plugin : ' com.github.dcendents.android-maven'
4
3
apply plugin : ' com.jfrog.bintray'
5
4
6
5
version = " 1.0.28"
7
6
7
+ dependencies {
8
+ compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.0'
9
+ compile ' com.squareup.okhttp3:okhttp:3.6.0'
10
+ compile fileTree(include : ' *.jar' , dir : ' libs' )
11
+ androidTestCompile ' junit:junit:4.12'
12
+ androidTestCompile ' com.android.support.test:runner:0.5'
13
+ androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2.2'
14
+ androidTestCompile ' com.android.support:support-annotations:25.2.0'
15
+ }
16
+
8
17
android {
9
- compileSdkVersion 24
10
- buildToolsVersion " 23 .0.2"
18
+ compileSdkVersion 25
19
+ buildToolsVersion " 25 .0.2"
11
20
12
21
defaultConfig {
13
22
minSdkVersion 15
14
- targetSdkVersion 24
23
+ targetSdkVersion 25
15
24
versionCode 1
16
25
versionName version
26
+
27
+ testInstrumentationRunner ' android.support.test.runner.AndroidJUnitRunner'
17
28
}
18
29
buildTypes {
19
30
release {
@@ -94,13 +105,6 @@ install {
94
105
}
95
106
}
96
107
97
- dependencies {
98
- compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.0'
99
- compile fileTree(include : ' *.jar' , dir : ' libs' )
100
- testCompile ' junit:junit:4.11'
101
- testCompile ' org.mockito:mockito-core:1.9.5'
102
- compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
103
- }
104
108
repositories {
105
109
mavenCentral()
106
110
}
You can’t perform that action at this time.
0 commit comments