Skip to content

Commit 8d5f52f

Browse files
committed
Prepare for 1.6.13
1 parent 8a35901 commit 8d5f52f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [[Unreleased]]
44

5+
## [1.6.13] - 2023-12-05
6+
- Compatibility with AS Iguana Canary 16
7+
8+
## [1.6.12] - 2023-07-30
9+
- Compatibility with AS Giraffe
10+
511
## [1.6.11] - 2023-06-11
612
- Compatibility with AS Hedgehog
713

@@ -190,7 +196,9 @@
190196
- Command to clear data
191197
- Command to clear data and restart
192198

193-
[Unreleased]: https://github.com/pbreault/adb-idea/compare/v1.7.0-SNAPSHOT...HEAD
199+
[Unreleased]: https://github.com/pbreault/adb-idea/compare/1.6.13...HEAD
200+
[1.6.13]: https://github.com/pbreault/adb-idea/compare/1.6.12...1.6.13
201+
[1.6.12]: https://github.com/pbreault/adb-idea/compare/1.6.11...1.6.12
194202
[1.6.11]: https://github.com/pbreault/adb-idea/compare/1.6.10...1.6.11
195203
[1.6.10]: https://github.com/pbreault/adb-idea/compare/1.6.9...1.6.10
196204
[1.6.9]: https://github.com/pbreault/adb-idea/compare/1.6.8...1.6.9

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Android Studio Version
22
# Get it from `list-studio-versions.sh`
3-
ideVersion=2023.2.1.11
3+
ideVersion=2023.2.1.16
44

55
# Minimum Intellij PLatform version supported by this plugin
66
# see https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
7-
sinceBuild=232
7+
sinceBuild=232.10227.8
88

99
# The path to a local Android Studio installation. Note that this will override the ideVersion
1010
# Should provide this either as a command line argument or in your home gradle.properties

0 commit comments

Comments
 (0)