Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
30.1.fix.7
  • Loading branch information
Mikhael-Danilov authored Jul 6, 2021
1 parent d68beb3 commit 9e35387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RemixedDungeon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
"gow_app_id":getApiField("gow_app_id")]

applicationId "com.nyrds.pixeldungeon.ml"
versionCode 1029
versionName "30.1.fix.6"
versionCode 1030
versionName "30.1.fix.7"
buildToolsVersion = '29.0.2'
targetSdkVersion 30
minSdkVersion 16
Expand Down Expand Up @@ -151,4 +151,4 @@ if (getGradle().getStartParameter().getTaskRequests()
if (getGradle().getStartParameter().getTaskRequests()
.toString().contains("Huawei")) {
apply plugin: 'com.huawei.agconnect'
}
}

0 comments on commit 9e35387

Please sign in to comment.