no message

This commit is contained in:
arraykeys
2019-11-14 13:28:39 +08:00
parent 1cdc37c6be
commit 039313d009
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
更新日志
v1.1
1.固定屏幕方向,防止横屏无法使用。
2.更改群号,之前的已满。
3.换了个好看点的图标。
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "com.host900.goproxy"
minSdkVersion 15
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {