Skip to content

Commit

Permalink
v0.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tejado committed Jun 3, 2021
1 parent 7f3cdfc commit ec89620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "net.tjado.usbgadget"
minSdkVersion 23
targetSdkVersion 29
versionCode 3
versionName "0.3"
versionCode 4
versionName "0.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="gadget_refresh">Refresh</string>
<string name="gadget_add">Add USB Gadget</string>
<string name="info">Information</string>
<string name="info_title">USB Gadget Tool v0.3 beta</string>
<string name="info_title">USB Gadget Tool v0.4 beta</string>
<string name="info_message">
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
By tejado (Tjado Mäcke)\n\n
Expand Down

0 comments on commit ec89620

Please sign in to comment.