We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9110d40 commit 0683cb0Copy full SHA for 0683cb0
README.md
@@ -64,7 +64,7 @@
64
- Android Studio : Android Studio Koala | 2024.1.1
65
- JDK : 17
66
- minSDK : 23
67
-- targetSDK : 34
+- targetSDK : 35
68
69
## 🐚 Convertion
70
- [Android Convention Docs](https://github.com/EAT-SSU/Android/wiki/Android-convention)
app/build.gradle.kts
@@ -22,7 +22,7 @@ android {
22
defaultConfig {
23
applicationId = "com.eatssu.android"
24
minSdk = 23
25
- targetSdk = 34
+ targetSdk = 35
26
versionCode = 35
27
versionName = "2.1.15"
28
0 commit comments