1- buildscript {
2- repositories {
3- mavenCentral()
4- jcenter()
5- maven {
6- // url 'https://maven.google.com/'
7- url ' https://jitpack.io'
8- name ' Google'
9- }
10- google()
11- }
12- dependencies {
13- classpath ' com.android.tools.build:gradle:3.2.1'
14- }
15- }
16- apply plugin : ' android'
17-
18- dependencies {
19- implementation fileTree(dir : ' libs' , include : ' *.jar' )
20- implementation ' com.android.support:support-v4:24.2.0'
21- }
22-
23- android {
24- signingConfigs {
25- config {
26- keyAlias ' eduroamcat'
27- keyPassword ' sw@n%78%'
28- storeFile file(' C:/Users/AyresGJ/workspace/SENSE-App/docs/eduroamcat' )
29- storePassword ' sw@n%78%'
30- }
31- }
32- compileSdkVersion 23
33- buildToolsVersion ' 28.0.3'
34- useLibrary ' org.apache.http.legacy'
35- sourceSets {
36- main {
37- manifest. srcFile ' AndroidManifest.xml'
38- java. srcDirs = [' src' ]
39- resources. srcDirs = [' src' ]
40- aidl. srcDirs = [' src' ]
41- renderscript. srcDirs = [' src' ]
42- res. srcDirs = [' res' ]
43- assets. srcDirs = [' assets' ]
44- }
45-
46- // Move the tests to tests/java, tests/res, etc...
47- // instrumentTest.setRoot('tests')
48-
49- // Move the build types to build-types/<type>
50- // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...
51- // This moves them out of them default location under src/<type>/... which would
52- // conflict with src/ being used by the main source set.
53- // Adding new build types or product flavors should be accompanied
54- // by a similar customization.
55- debug. setRoot(' build-types/debug' )
56- release. setRoot(' build-types/release' )
57- }
58- buildTypes {
59- release {
60- signingConfig signingConfigs. config
61- }
62- }
63- defaultConfig {
64- minSdkVersion = 18
65- targetSdkVersion = 26
66- }
67- }
68- repositories {
69- jcenter()
70- maven {
71- // url 'https://maven.google.com/'
72- url ' https://jitpack.io'
73- name ' Google'
74- }
75- google()
76- }
77-
78- // dependencies {
79- // implementation 'org.codehaus.groovy:groovy-all:2.4.12'
1+ buildscript {
2+ repositories {
3+ mavenCentral()
4+ jcenter()
5+ maven {
6+ // url 'https://maven.google.com/'
7+ url ' https://jitpack.io'
8+ name ' Google'
9+ }
10+ google()
11+ }
12+ dependencies {
13+ classpath ' com.android.tools.build:gradle:3.2.1'
14+ }
15+ }
16+ apply plugin : ' android'
17+
18+ dependencies {
19+ implementation fileTree(dir : ' libs' , include : ' *.jar' )
20+ implementation ' com.android.support:support-v4:24.2.0'
21+ }
22+
23+ android {
24+ // signingConfigs {
25+ // config {
26+ // keyAlias 'eduroamcat'
27+ // keyPassword 'sw@n%78%'
28+ // storeFile file('C:/Users/AyresGJ/workspace/SENSE-App/docs/eduroamcat')
29+ // storePassword 'sw@n%78%'
30+ // }
31+ // }
32+ compileSdkVersion 23
33+ buildToolsVersion ' 28.0.3'
34+ useLibrary ' org.apache.http.legacy'
35+ sourceSets {
36+ main {
37+ manifest. srcFile ' AndroidManifest.xml'
38+ java. srcDirs = [' src' ]
39+ resources. srcDirs = [' src' ]
40+ aidl. srcDirs = [' src' ]
41+ renderscript. srcDirs = [' src' ]
42+ res. srcDirs = [' res' ]
43+ assets. srcDirs = [' assets' ]
44+ }
45+
46+ // Move the tests to tests/java, tests/res, etc...
47+ // instrumentTest.setRoot('tests')
48+
49+ // Move the build types to build-types/<type>
50+ // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...
51+ // This moves them out of them default location under src/<type>/... which would
52+ // conflict with src/ being used by the main source set.
53+ // Adding new build types or product flavors should be accompanied
54+ // by a similar customization.
55+ debug. setRoot(' build-types/debug' )
56+ release. setRoot(' build-types/release' )
57+ }
58+ // buildTypes {
59+ // release {
60+ // signingConfig signingConfigs.config
61+ // }
62+ // }
63+ defaultConfig {
64+ minSdkVersion = 18
65+ targetSdkVersion = 26
66+ }
67+ }
68+ repositories {
69+ jcenter()
70+ maven {
71+ // url 'https://maven.google.com/'
72+ url ' https://jitpack.io'
73+ name ' Google'
74+ }
75+ google()
76+ }
77+
78+ // dependencies {
79+ // implementation 'org.codehaus.groovy:groovy-all:2.4.12'
8080// }
0 commit comments