X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=c19642c3435f50388a7279c16dbdee08ce78bb9a;hb=86731d839decc4df39f2fa765f6727e64e151cb6;hp=a015f11c7b93292dd23fa6346212177f48e0e4a8;hpb=dc76c6f07fd9a5718049d160e079842fa60ff406;p=PrivacyCell.git diff --git a/app/build.gradle b/app/build.gradle index a015f11..c19642c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,14 +23,14 @@ plugins { } android { - compileSdk 31 + compileSdk 32 defaultConfig { applicationId "com.stoutner.privacycell" minSdk 30 - targetSdk 31 - versionCode 7 - versionName "1.6" + targetSdk 32 + versionCode 8 + versionName "1.7" } buildTypes { @@ -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