equal
deleted
inserted
replaced
1 apply plugin: 'com.android.application' |
1 apply plugin: 'com.android.application' |
2 |
2 |
3 android { |
3 android { |
4 compileSdkVersion 23 |
4 compileSdkVersion 27 |
5 buildToolsVersion "22.0.0" |
|
6 |
5 |
7 defaultConfig { |
6 defaultConfig { |
8 applicationId "com.beem.project.beem" |
7 applicationId "com.beem.project.beem" |
9 minSdkVersion 6 |
8 minSdkVersion 14 |
10 targetSdkVersion 22 |
9 targetSdkVersion 22 |
11 versionCode 15 |
10 versionCode 15 |
12 versionName "0.1.8" |
11 versionName "0.1.8" |
13 } |
12 } |
14 |
13 |
27 } |
26 } |
28 |
27 |
29 } |
28 } |
30 |
29 |
31 dependencies { |
30 dependencies { |
32 compile fileTree(include: ['*.jar'], dir: 'libs') |
31 implementation fileTree(include: ['*.jar'], dir: 'libs') |
33 compile project(":third_parties:memorizingtrustmanager") |
32 implementation project(":third_parties:memorizingtrustmanager") |
34 compile project(":third_parties:stroke") |
33 implementation project(":third_parties:stroke") |
35 compile project(":third_parties:mmssmiley") |
34 implementation project(":third_parties:mmssmiley") |
36 compile 'com.android.support:support-v4:23.1.1' |
35 implementation 'com.android.support:support-v4:27.0.2' |
37 compile 'org.jitsi:org.otr4j:0.22' |
36 implementation 'org.jitsi:org.otr4j:0.22' |
38 } |
37 } |
39 |
38 |
40 apply from: "$project.rootDir/tools/android-checkstyle.gradle" |
39 apply from: "$project.rootDir/tools/android-checkstyle.gradle" |
41 apply from: "$project.rootDir/tools/android-javadoc.gradle" |
40 apply from: "$project.rootDir/tools/android-javadoc.gradle" |