Skip to content

Commit 743bf5f

Browse files
committed
add since build version
1 parent d4c6b15 commit 743bf5f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MvpAutoCodePlus
2020
- 支持Java和Kotlin语言
2121

2222
支持的 IDE:
23-
- Android Studio(从3.1.3(173.3727—173.* )开始支持)
23+
- Android Studio(从3.1(173.3727—173.* )开始支持)
2424
- IntelliJ IDEA
2525
- IntelliJ IDEA Community Edition
2626

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.2.50'
2+
ext.kotlin_version = '1.2.51'
33

44
repositories {
55
// maven { url "http://192.168.2.105:8908/repository/maven-public/" }

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
<a href="https://github.com/longforus/MvpAutoCodePlus/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
3939
]]></change-notes>
4040

41+
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
42+
<idea-version since-build="171"/>
43+
4144
<depends>org.jetbrains.kotlin</depends>
4245
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
4346
on how to target different products -->

0 commit comments

Comments
 (0)