Skip to content

Commit

Permalink
12/01/2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
youndon committed Jan 12, 2024
1 parent 3cc5ac3 commit 0feb941
Show file tree
Hide file tree
Showing 1,724 changed files with 87 additions and 94 deletions.
18 changes: 6 additions & 12 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ plugins {

android {
namespace = "com.example.mobile"
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "city.zouitel.jetnote"
minSdk = 25
targetSdk = 33
versionCode = 333
versionName = "3.3.3"
versionCode = 334
versionName = "3.3.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -50,7 +50,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.0"
kotlinCompilerExtensionVersion = "1.5.3"
}
packagingOptions {
resources {
Expand Down Expand Up @@ -93,13 +93,12 @@ enigma.injectFakeKeys = true
dependencies {

//Modules.
implementation(projects.common.commonUi)
implementation(projects.common.ui)
implementation(projects.service.notification)
implementation(projects.ui.graph)
implementation(projects.ui.features.widget)
implementation(projects.ui.features.quickNote)
implementation(projects.init)
// implementation(projects.api)

//AndroidX.
implementation(libs.androidx.core)
Expand Down Expand Up @@ -146,13 +145,8 @@ dependencies {
//Global Exception.
implementation(libs.globalexception)

//Sqlcipher.
// implementation (libs.sqlcipher)
// implementation("androidx.sqlite:sqlite:2.3.1")

//
// debugImplementation("com.squareup.leakcanary:leakcanary-android:2.10")
// debugImplementation ("com.guolindev.glance:glance:1.1.0")
debugImplementation("com.squareup.leakcanary:leakcanary-android:2.10")

//Test.
testImplementation (libs.androidx.junit)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
buildscript {
dependencies {
classpath(libs.dagger.hilt.gradle.plugin)
classpath(libs.kotlin.gradle.plugin)
classpath(libs.kotlin)
classpath(libs.android.gradle.plugin)
classpath(libs.aboutlibraries.plugin)
classpath("gradle.plugin.chrisney:enigma:1.0.0.8")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Cons {
const val TAG = "This"
const val NUL = "null"

const val APP_VERSION = "3.3.3"
const val APP_VERSION = "3.3.4"

const val ID = "Id"
const val TITLE = "Title"
Expand Down
Loading

0 comments on commit 0feb941

Please sign in to comment.