Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
topminipie authored Feb 10, 2024
1 parent e5323e2 commit f7fa8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

android {
defaultConfig {
applicationId 'app.vmdroid'
applicationId 'io.twoyi' // app.vmdroid
compileSdk 34
minSdkVersion 27
//noinspection ExpiredTargetSdkVersion
Expand Down Expand Up @@ -41,7 +41,7 @@ android {
buildConfig = true
}

namespace 'io.twoyi' // "app.vmdroid"
namespace 'io.twoyi' // app.vmdroid
}

dependencies {
Expand Down

0 comments on commit f7fa8fa

Please sign in to comment.