File tree 4 files changed +8
-13
lines changed 4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ apply plugin: 'kotlin-kapt'
4
4
apply plugin : ' kotlin-android-extensions'
5
5
6
6
android {
7
- compileSdkVersion 27
7
+ compileSdkVersion 33
8
8
defaultConfig {
9
9
applicationId " com.livinglifetechway.quickpermissions_sample"
10
10
minSdkVersion 16
11
- targetSdkVersion 27
11
+ targetSdkVersion 33
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -25,8 +25,6 @@ android {
25
25
dependencies {
26
26
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
27
27
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
28
- implementation ' com.android.support:appcompat-v7:27.1.1'
29
- implementation ' com.android.support:design:27.1.1'
30
28
implementation ' com.android.support.constraint:constraint-layout:1.1.3'
31
29
testImplementation ' junit:junit:4.12'
32
30
androidTestImplementation ' com.android.support.test:runner:1.0.2'
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.21 '
5
- ext. gradle_version = ' 3.3.2 '
4
+ ext. kotlin_version = ' 1.3.40 '
5
+ ext. gradle_version = ' 7.1.3 '
6
6
repositories {
7
7
google()
8
8
jcenter()
@@ -20,7 +20,7 @@ allprojects {
20
20
repositories {
21
21
google()
22
22
jcenter()
23
- maven { url " http ://jitpack.io/" }
23
+ maven { url " https ://jitpack.io/" }
24
24
}
25
25
}
26
26
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.10.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -all.zip
Original file line number Diff line number Diff line change @@ -2,13 +2,11 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 27
5
+ compileSdkVersion 33
6
6
7
7
defaultConfig {
8
8
minSdkVersion 16
9
- targetSdkVersion 27
10
- versionCode 1
11
- versionName " 1.0"
9
+ targetSdkVersion 33
12
10
13
11
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
14
12
}
@@ -29,7 +27,6 @@ dependencies {
29
27
androidTestImplementation ' com.android.support.test:runner:1.0.2'
30
28
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
31
29
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
32
- implementation ' com.android.support:appcompat-v7:27.1.1'
33
30
implementation ' org.jetbrains.anko:anko-commons:0.10.5'
34
31
}
35
32
repositories {
You can’t perform that action at this time.
0 commit comments