Skip to content

Commit

Permalink
【版本发布】发布1.1.7版本
Browse files Browse the repository at this point in the history
  • Loading branch information
kongpf8848 committed Sep 3, 2021
1 parent 989205f commit bb778a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 72 deletions.
67 changes: 0 additions & 67 deletions .idea/codeStyles/Project.xml

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

2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
android:theme="@style/AppTheme"
android:name=".TKApplication"
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true"
android:largeHeap="true"
>
<activity android:name=".activity.SplashActivity" android:screenOrientation="portrait"
android:theme="@style/SplashActivityTheme"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/cpp/sticker/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#rlottie base on Telegram 7.9.3
cmake_minimum_required(VERSION 3.4.1)
message(+++++++++++++++++++++++++++++++++++++cmake:${CMAKE_LIBRARY_OUTPUT_DIRECTORY}${CMA})
set(CMAKE_CXX_FLAGS "-std=c++14 -DANDROID")
set(CMAKE_C_FLAGS "-w -std=c11 -DANDROID -D_LARGEFILE_SOURCE=1")
set(CMAKE_ASM_FLAGS "${CFLAGS} -x assembler-with-cpp")
Expand Down
6 changes: 2 additions & 4 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
import org.gradle.api.JavaVersion

object Config{

const val compileSdkVersion = 30
const val buildToolsVersion = "30.0.2"
const val applicationId="com.github.kongpf8848.animation"
const val minSdkVersion = 21
const val targetSdkVersion = 30
val sourceCompatibilityVersion = JavaVersion.VERSION_1_8
val targetCompatibilityVersion = JavaVersion.VERSION_1_8
const val versionCode = 8
const val versionName = "1.1.6"

const val versionCode = 9
const val versionName = "1.1.7"
}

object Versions {
Expand Down

0 comments on commit bb778a4

Please sign in to comment.