X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=c19642c3435f50388a7279c16dbdee08ce78bb9a;hp=f697490d1fa9f55a6fa094e03e4bdc1e2e04d2b3;hb=86731d839decc4df39f2fa765f6727e64e151cb6;hpb=3191bf833c94b2462d4391ef913a2c2643632361 diff --git a/app/build.gradle b/app/build.gradle index f697490..c19642c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,7 +23,7 @@ plugins { } android { - compileSdk 31 + compileSdk 32 defaultConfig { applicationId "com.stoutner.privacycell" @@ -45,6 +45,8 @@ android { proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } + + namespace 'com.stoutner.privacycell' } dependencies { @@ -57,8 +59,8 @@ dependencies { implementation 'androidx.work:work-runtime-ktx:2.7.1' // Include the Kotlin standard library. This should be the same version number listed in the project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21' // Include the Google material library. - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.6.0' } \ No newline at end of file