Skip to content

Commit

Permalink
更新版本号为1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kongpf8848 committed Jun 29, 2024
1 parent 2a1e571 commit 3001b96
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
16 changes: 13 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,22 @@
<FrameLayout
android:id="@+id/ad_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="0dp"
android:layout_weight="1"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
/>

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/github_link"
android:textSize="16sp"
android:textAlignment="center"
android:textColorLink="@color/blue"
android:autoLink="web"
android:layout_marginBottom="20dp"
/>

</LinearLayout>

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<resources>
<string name="app_name">Animation</string>
<string name="github_link">https://github.com/kongpf8848/Animation</string>
<string name="cupid_tips_usage">点我!点我! 闪电问候40人。</string>
<string name="cupid_result_success">"成功问候40人,24小时后可续用。"</string>
<string name="cupid_rule_button">规则</string>
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ object Config{
const val targetSdkVersion = 33
val sourceCompatibilityVersion = JavaVersion.VERSION_1_8
val targetCompatibilityVersion = JavaVersion.VERSION_1_8
const val versionCode = 18
const val versionName = "1.1.17"
const val versionCode = 20
const val versionName = "1.2.0"
}

object Versions {
Expand Down

0 comments on commit 3001b96

Please sign in to comment.