Skip to content

Commit 51a79e6

Browse files
committed
v0.2-beta
1 parent 7e4956f commit 51a79e6

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 26
99
targetSdkVersion 29
10-
versionCode 1
11-
versionName "1.0"
10+
versionCode 2
11+
versionName "0.2"
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.1 beta</string>
9+
<string name="info_title">USB Gadget Tool v0.2 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)