Skip to content

Commit 19f6c4f

Browse files
committed
fix: :
1 parent dd920d1 commit 19f6c4f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
.externalNativeBuild
1414
.cxx
1515
local.properties
16+
.idea/

app/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<uses-sdk tools:overrideLibrary="go.server.gojni" />
1313
<application
14-
android:label="Dantotsu Torrent Addon"
14+
android:label="Dantotsu: Torrent Addon"
1515
tools:targetApi="R" >
1616
</application>
1717

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
defaultConfig {
1414
minSdk 23
1515
targetSdk 34
16-
versionName "1.0.1"
17-
versionCode 2
16+
versionName "1.0.2"
17+
versionCode 3
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
consumerProguardFiles "consumer-rules.pro"

0 commit comments

Comments
 (0)