Skip to content

Commit

Permalink
v0.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tejado committed Aug 4, 2020
1 parent 7e4956f commit 51a79e6
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 26
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionCode 2
versionName "0.2"

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.1 beta</string>
<string name="info_title">USB Gadget Tool v0.2 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 51a79e6

Please sign in to comment.