File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ dependencies {
6161
6262 api " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
6363
64- api ' androidx.core:core-ktx:1.6 .0'
65- kapt ' androidx.lifecycle:lifecycle-common-java8:2.3.1 '
64+ api ' androidx.core:core-ktx:1.7 .0'
65+ kapt ' androidx.lifecycle:lifecycle-common-java8:2.4.0 '
6666 api ' com.google.android.play:core:1.10.2'
6767
6868 implementation ' com.jakewharton.timber:timber:5.0.1'
@@ -73,7 +73,7 @@ dependencies {
7373 testImplementation ' junit:junit:4.13.2'
7474 testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
7575 testImplementation ' com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
76- testImplementation ' org.robolectric:robolectric:4.5.1 '
76+ testImplementation ' org.robolectric:robolectric:4.7.2 '
7777}
7878
7979dokkaJavadoc. configure {
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ apply from: 'gradle/maven-publish-config.gradle'
44apply plugin : ' io.github.gradle-nexus.publish-plugin'
55
66buildscript {
7- ext. kotlin_version = ' 1.5.31 '
8- ext. dokka_version = ' 1.4.32 '
7+ ext. kotlin_version = ' 1.6.0 '
8+ ext. dokka_version = ' 1.6.0 '
99 repositories {
1010 google()
1111 mavenCentral()
@@ -21,7 +21,7 @@ buildscript {
2121 }
2222 }
2323 dependencies {
24- classpath ' com.android.tools.build:gradle:7.0.2 '
24+ classpath ' com.android.tools.build:gradle:7.0.3 '
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2626 classpath ' org.ajoberstar.grgit:grgit-gradle:3.0.0'
2727 classpath " org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version "
@@ -32,10 +32,10 @@ buildscript {
3232
3333ext {
3434 // Android
35- androidBuildToolsVersion = ' 30 .0.2 '
35+ androidBuildToolsVersion = ' 31 .0.0 '
3636 androidMinSdkVersion = 21
37- androidTargetSdkVersion = 29
38- androidCompileSdkVersion = 29
37+ androidTargetSdkVersion = 31
38+ androidCompileSdkVersion = 31
3939 versionName = project. version
4040 versionCode = buildVersionCode()
4141
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdkVersion 30
7+ compileSdkVersion androidCompileSdkVersion
88
99 defaultConfig {
1010 applicationId " com.motorro.appupdatewrapper.sample"
11- minSdkVersion 28
12- targetSdkVersion 30
11+ minSdkVersion androidMinSdkVersion
12+ targetSdkVersion androidTargetSdkVersion
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -45,8 +45,8 @@ android {
4545dependencies {
4646 implementation project(" :appupdatewrapper" )
4747 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
48- implementation ' androidx.core:core-ktx:1.6 .0'
49- implementation ' androidx.appcompat:appcompat:1.3.1 '
48+ implementation ' androidx.core:core-ktx:1.7 .0'
49+ implementation ' androidx.appcompat:appcompat:1.4.0 '
5050 implementation ' com.google.android.material:material:1.4.0'
51- implementation ' androidx.constraintlayout:constraintlayout:2.1.0 '
51+ implementation ' androidx.constraintlayout:constraintlayout:2.1.2 '
5252}
Original file line number Diff line number Diff line change 33 package =" com.motorro.appupdatewrapper.sample" >
44
55 <application
6- android : allowBackup =" true "
6+ android : allowBackup =" false "
77 android : icon =" @mipmap/ic_launcher"
88 android : label =" @string/app_name"
99 android : roundIcon =" @mipmap/ic_launcher_round"
1010 android : supportsRtl =" true"
1111 android : theme =" @style/Theme.AppUpdateWrapper" >
12- <activity android : name =" .MainActivity" >
12+ <activity android : name =" .MainActivity" android : exported = " true " >
1313 <intent-filter >
1414 <action android : name =" android.intent.action.MAIN" />
15-
1615 <category android : name =" android.intent.category.LAUNCHER" />
1716 </intent-filter >
1817 </activity >
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ android {
3030
3131dependencies {
3232 implementation project(" :appupdatewrapper" )
33- api ' androidx.appcompat:appcompat:1.3.1 '
33+ api ' androidx.appcompat:appcompat:1.4.0 '
3434}
You can’t perform that action at this time.
0 commit comments