Skip to content

Commit 62a5fae

Browse files
committed
Added new agent Gekko
1 parent a295486 commit 62a5fae

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "navjot.valorant.valorantagentradomizer"
1010
minSdk 26
1111
targetSdk 31
12-
versionCode 12
13-
versionName "1.1.5"
12+
versionCode 13
13+
versionName "1.1.6"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}

app/release/app-release.apk

144 Bytes
Binary file not shown.

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 12,
15-
"versionName": "1.1.5",
14+
"versionCode": 13,
15+
"versionName": "1.1.6",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

app/src/main/res/values/agents.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
<item>Neon</item>
2222
<item>Fade</item>
2323
<item>Harbor</item>
24+
<item>Gekko</item>
2425
</string-array>
2526
</resources>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.2.1'
8+
classpath 'com.android.tools.build:gradle:7.2.2'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

0 commit comments

Comments
 (0)