Skip to content

Commit 512e01f

Browse files
committed
Bump versionName to 0.1.0
This milestone marks the successful re-implmentation of the drawing part of AOSP Keyboard.java and KeyboardView.java. Note that the keyboard is literally a bunch of drawn rectangles; the actual functionality has not been implemented yet.
1 parent 089f3b9 commit 512e01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 21
1212
targetSdkVersion 30
1313
versionCode 2
14-
versionName "0.0.0"
14+
versionName "0.1.0"
1515
}
1616

1717
buildTypes {

0 commit comments

Comments
 (0)