File tree 4 files changed +12
-8
lines changed
4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 26
4
+ compileSdkVersion 30
5
5
defaultConfig {
6
6
applicationId " com.tudelft.samjanssen.example1"
7
- minSdkVersion 16
8
- targetSdkVersion 26
7
+ minSdkVersion 26
8
+ targetSdkVersion 30
9
9
versionCode 1
10
10
versionName " 1.0"
11
11
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -20,7 +20,8 @@ android {
20
20
21
21
dependencies {
22
22
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
23
- implementation ' com.android.support:appcompat-v7:26.1.0'
23
+ // implementation 'com.android.support:appcompat-v7:26.1.0'
24
+ implementation ' androidx.appcompat:appcompat:1.3.1'
24
25
testImplementation ' junit:junit:4.12'
25
26
androidTestImplementation ' com.android.support.test:runner:1.0.1'
26
27
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ buildscript {
4
4
5
5
repositories {
6
6
google()
7
- jcenter ()
7
+ mavenCentral ()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3 .0.1 '
10
+ classpath ' com.android.tools.build:gradle:7 .0.2 '
11
11
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
@@ -18,7 +18,7 @@ buildscript {
18
18
allprojects {
19
19
repositories {
20
20
google()
21
- jcenter ()
21
+ mavenCentral ()
22
22
}
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ org.gradle.jvmargs=-Xmx1536m
15
15
# This option should only be used with decoupled projects. More details, visit
16
16
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17
17
# org.gradle.parallel=true
18
+
19
+ android.enableJetifier =true
20
+ android.useAndroidX =true
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -all.zip
You can’t perform that action at this time.
0 commit comments