We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db87e7 commit fc67d63Copy full SHA for fc67d63
CHANGELOG
@@ -1,4 +1,4 @@
1
-UPCOMING
+1.1.0
2
-----
3
4
* Changed `AtInternetRegistrar.getInstance()`'s type to AtInternetDispatcher so that methods specific to this dispatcher can be easily called.
atinternet-dispatcher/build.gradle
@@ -15,7 +15,7 @@ android {
15
minSdkVersion 15
16
targetSdkVersion 29
17
versionCode 1
18
- versionName "1.0.0"
+ versionName "1.1.0"
19
20
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
21
consumerProguardFiles 'consumer-rules.pro'
0 commit comments