Skip to content

Commit

Permalink
13/01/2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
youndon committed Jan 13, 2024
1 parent 9a9a44d commit eddb26d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

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

defaultConfig {
applicationId = "city.zouitel.jetnote"
Expand Down
Binary file modified plugins/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified plugins/.gradle/file-system.probe
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/src/main/java/com/example/plugins/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.example.plugins

object Versions {
const val compileSdk = 33
const val compileSdk = 34
const val targetSdk = 33
const val minSdk = 25

Expand Down

0 comments on commit eddb26d

Please sign in to comment.