Skip to content

Commit ec89620

Browse files
committedJun 3, 2021
v0.4-beta
1 parent 7f3cdfc commit ec89620

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "net.tjado.usbgadget"
88
minSdkVersion 23
99
targetSdkVersion 29
10-
versionCode 3
11-
versionName "0.3"
10+
versionCode 4
11+
versionName "0.4"
1212

1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
}

‎app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<string name="gadget_refresh">Refresh</string>
77
<string name="gadget_add">Add USB Gadget</string>
88
<string name="info">Information</string>
9-
<string name="info_title">USB Gadget Tool v0.3 beta</string>
9+
<string name="info_title">USB Gadget Tool v0.4 beta</string>
1010
<string name="info_message">
1111
USB Gadget Tool gives you full control over the USB Device services on your phone. For this ConfigFS on the OS Kernel is used.\n\n
1212
By tejado (Tjado Mäcke)\n\n

0 commit comments

Comments
 (0)
Please sign in to comment.